Skip to main content

XlTop10Filter.FilterType Property

Returns the XlFilterType.Top10 value that is the current filter’s type.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlFilterType FilterType { get; }

Property Value

Type Description
XlFilterType

An XlFilterType.Top10 value.

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.

Implements

See Also