Enum FilterType
Defines the filter type options available for the Gantt chart component.
- Menu: Specifies the filter type as menu-based filtering.
- Excel: Specifies the filter type as Excel-style filtering.
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public enum FilterType
Fields
| Name | Description |
|---|---|
| Excel | Specifies the filter type as Excel-style filtering. |
| Menu | Specifies the filter type as menu-based filtering. |