Class FilterType
Defines types of Filter.
- FilterBarDefault. Specifies the filter type as filter bar.
- MenuSpecifies the filter type as menu.
- CheckBoxSpecifies the filter type as check box.
- ExcelSpecifies the filter type as excel.
Inheritance
System.Object
FilterType
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FilterType : Enum
Fields
CheckBox
Specifies the filter type as check box.
Declaration
public const FilterType CheckBox
Field Value
Type |
---|
FilterType |
Excel
Specifies the filter type as excel.
Declaration
public const FilterType Excel
Field Value
Type |
---|
FilterType |
FilterBar
Default. Specifies the filter type as filter bar.
Declaration
public const FilterType FilterBar
Field Value
Type |
---|
FilterType |
Menu
Specifies the filter type as menu.
Declaration
public const FilterType Menu
Field Value
Type |
---|
FilterType |