Enum 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.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum FilterType
Fields
| Name | Description |
|---|---|
| CheckBox | Specifies the filter type as check box. |
| Excel | Specifies the filter type as excel. |
| FilterBar | Default. Specifies the filter type as filter bar. |
| Menu | Specifies the filter type as menu. |