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

AutoFilterBase.Enabled Property

Gets whether the filtering functionality is enabled.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool Enabled { get; }

Property Value

Type Description
Boolean

true, if filtering is enabled; otherwise, false.

Remarks

To disable filtering, call the AutoFilterBase.Disable method.

See Also