FilterDescriptor Class

Represents a filter in a component that supports filtering.

Inheritance

Object

FilterDescriptor

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class FilterDescriptor

Constructors

FilterDescriptorlink

Represents a filter in a component that supports filtering.

Declaration
public FilterDescriptor()

Properties

CollectionFilterModelink

Gets or sets the mode that determines whether the filter applies to any or all items in a collection.

Declaration
public CollectionFilterMode CollectionFilterMode { get; set; }
Property Value
Type Description
CollectionFilterModeGets or sets the mode that determines whether the filter applies to any or all items in a collection.

FilterOperatorlink

Gets or sets the operator which will compare the property value with FilterValue.

Declaration
public FilterOperator FilterOperator { get; set; }
Property Value
Type Description
FilterOperatorGets or sets the operator which will compare the property value with FilterValue.

FilterPropertylink

Gets or sets the name of the filtered property.

Declaration
public string FilterProperty { get; set; }
Property Value
Type Description
stringGets or sets the name of the filtered property.

FilterValuelink

Gets or sets the value to filter by.

Declaration
public object FilterValue { get; set; }
Property Value
Type Description
objectGets or sets the value to filter by.

LogicalFilterOperatorlink

Gets or sets the logic used to combine the outcome of filtering by FilterValue and SecondFilterValue.

Declaration
public LogicalFilterOperator LogicalFilterOperator { get; set; }
Property Value
Type Description
LogicalFilterOperatorGets or sets the logic used to combine the outcome of filtering by FilterValue and SecondFilterValue.

Propertylink

Gets or sets the name of the filtered property.

Declaration
public string Property { get; set; }
Property Value
Type Description
stringGets or sets the name of the filtered property.

SecondFilterOperatorlink

Gets or sets the operator which will compare the property value with SecondFilterValue.

Declaration
public FilterOperator SecondFilterOperator { get; set; }
Property Value
Type Description
FilterOperatorGets or sets the operator which will compare the property value with SecondFilterValue.

SecondFilterValuelink

Gets or sets a second value to filter by.

Declaration
public object SecondFilterValue { get; set; }
Property Value
Type Description
objectGets or sets a second value to filter by.

Typelink

Gets or sets the property type.

Declaration
public Type Type { get; set; }
Property Value
Type Description
TypeGets or sets the property type.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙