Skip to main content

IXlFilterCriteria.FilterType Property

Gets the type of the filter applied to a column of a table or filtered range.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

XlFilterType FilterType { get; }

Property Value

Type Description
XlFilterType

An XlFilterType enumeration member which indicates the filter type.

Available values:

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.

See Also