Back to Devexpress

XlFilterType Enum

corelibraries-devexpress-dot-export-dot-xl-28294671.md

latest1.9 KB
Original Source

XlFilterType Enum

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

Declaration

csharp
public enum XlFilterType
vb
Public Enum XlFilterType

Members

NameDescription
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:

Remarks

Use the IXlFilterCriteria.FilterType property to obtain the type of filter applied to a worksheet or table column.

See Also

DevExpress.Export.Xl Namespace