AutoFilterColumn.FilterType Property
Gets the type of the filter applied to the current column.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
| Type | Description |
|---|---|
| FilterType | A FilterType enumeration member which indicates the filter type. |
Available values:
| Name | Description |
|---|---|
| None | The filter is not applied. |
| IconFilter | Specifies the filter by cell icon. |
| Top10Filter | Specifies the "Top 10" filter. |
| CustomFilter | Specifies the custom filter based on a comparison operator. |
| FilterCriteria | Specifies the filter by values and date intervals. |
| DynamicFilter | Specifies the dynamic filter. |
| ColorFilter | Specifies the filter by color. |
See Also