AutoFilterBase.Enabled Property
Gets whether the filtering functionality is enabled.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if filtering is enabled; otherwise, false. |
Remarks
To disable filtering, call the AutoFilterBase.Disable method.
See Also