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 to this section

Represents a filter in a component that supports filtering.

Declaration
public FilterDescriptor()

Properties

CollectionFilterModeLink to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 🗙