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

AutoFilterColumn.DynamicFilterType Property

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

Namespace: DevExpress.Spreadsheet

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

Declaration

DynamicFilterType DynamicFilterType { get; }

Property Value

Type Description
DynamicFilterType

A DynamicFilterType enumeration member which indicates the dynamic filter type.

Remarks

If the AutoFilterColumn.FilterType property value is not FilterType.DynamicFilter, the DynamicFilterType property is null.

See Also