Back to Devexpress

AutoFilterBase.Enabled Property

officefileapi-devexpress-dot-spreadsheet-dot-autofilterbase-bcd1306e.md

latest1.2 KB
Original Source

AutoFilterBase.Enabled Property

Gets whether the filtering functionality is enabled.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Enabled { get; }
vb
ReadOnly Property Enabled As Boolean

Property Value

TypeDescription
Boolean

true , if filtering is enabled; otherwise, false.

|

Remarks

To disable filtering, call the AutoFilterBase.Disable method.

See Also

AutoFilterBase Interface

AutoFilterBase Members

DevExpress.Spreadsheet Namespace