Table.AutoFilter Property
In This Article
Provides access to an object that contains options to filter data in a table.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
TableAutoFilter AutoFilter { get; }
#Property Value
Type | Description |
---|---|
Table |
A Table |
See Also