corelibraries-devexpress-dot-export-dot-xl-28294671.md
Lists types of filters available for the AutoFilter functionality.
Namespace : DevExpress.Export.Xl
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public enum XlFilterType
Public Enum XlFilterType
| Name | Description |
|---|---|
Color |
Specifies the filter by color.
|
| Custom |
Specifies the custom filter based on a comparison operator.
|
| Dynamic |
Specifies the dynamic filter.
|
| Values |
Specifies the filter by values and date intervals.
|
| Icon |
Specifies the filter by conditional formatting icons.
|
| Top10 |
Specifies the "Top 10" filter.
|
The following properties accept/return XlFilterType values:
Use the IXlFilterCriteria.FilterType property to obtain the type of filter applied to a worksheet or table column.
See Also