Skip to main content
Row

AutoFilterBase.Enabled Property

Gets whether the filtering functionality is enabled.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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