Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+
Row

AutoFilterColumn.FilterType Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

FilterType FilterType { get; }

Property Value

Type Description
FilterType

A FilterType enumeration member which indicates the filter type.

See Also