Skip to main content
A newer version of this page is available. .

XlFilterType Enum

Lists types of filters available for the AutoFilter functionality.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public enum XlFilterType

Members

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.

Remarks

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

See Also