AutoFilterColumn.FilterType Property
In This Article
Gets the type of the filter applied to the current column.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
FilterType FilterType { get; }
#Property Value
Type | Description |
---|---|
Filter |
A Filter |
Available values:
Name | Description |
---|---|
None | The filter is not applied. |
Icon |
Specifies the filter by cell icon. |
Top10Filter | Specifies the "Top 10" filter. |
Custom |
Specifies the custom filter based on a comparison operator. |
Filter |
Specifies the filter by values and date intervals. |
Dynamic |
Specifies the dynamic filter. |
Color |
Specifies the filter by color. |
See Also