Class FilterSettings
Defines the filter param class which provides column level filter operator and read method to get data from Filter bar template.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class FilterSettings
Constructors
FilterSettings()
Declaration
public FilterSettings()
Properties
Operator
Change the default filter operator for a column.
Declaration
public Operator? Operator { get; set; }
Property Value
| Type |
|---|
| Operator? |
Type
Change the filter type for particular column.
Declaration
public FilterType? Type { get; set; }
Property Value
| Type |
|---|
| FilterType? |