Enum FilterType
Defines the filter type for Tree Grid
FilterBar - Specifies the filter type as filter bar.
Excel - Specifies the filter type as excel.
Menu- Specifies the filter type as menu.
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public enum FilterType
Fields
| Name | Description |
|---|---|
| Excel | Specifies the filter type as excel. |
| FilterBar | Specifies the filter type as filter bar. |
| Menu | Specifies the filter type as menu. |