Back to Devexpress

Table.AutoFilter Property

officefileapi-devexpress-dot-spreadsheet-dot-table-c43731dd.md

latest1.1 KB
Original Source

Table.AutoFilter Property

Provides access to an object that contains options to filter data in a table.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
TableAutoFilter AutoFilter { get; }
vb
ReadOnly Property AutoFilter As TableAutoFilter

Property Value

TypeDescription
TableAutoFilter

A TableAutoFilter object that implements the filtering functionality for a table.

|

See Also

Table Interface

Table Members

DevExpress.Spreadsheet Namespace