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