Back to Devexpress

AutoFilterColumn.FilterType Property

officefileapi-devexpress-dot-spreadsheet-dot-autofiltercolumn-4e41ed33.md

latest1.6 KB
Original Source

AutoFilterColumn.FilterType Property

Gets the type of the filter applied to the current column.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
FilterType FilterType { get; }
vb
ReadOnly Property FilterType As FilterType

Property Value

TypeDescription
FilterType

A FilterType enumeration member which indicates the filter type.

|

Available values:

NameDescription
None

The filter is not applied.

| | IconFilter |

Specifies the filter by cell icon.

| | Top10Filter |

Specifies the "Top 10" filter.

| | CustomFilter |

Specifies the custom filter based on a comparison operator.

| | FilterCriteria |

Specifies the filter by values and date intervals.

| | DynamicFilter |

Specifies the dynamic filter.

| | ColorFilter |

Specifies the filter by color.

|

See Also

AutoFilterColumn Interface

AutoFilterColumn Members

DevExpress.Spreadsheet Namespace