Skip to main content
Row

Table.AutoFilter Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

TableAutoFilter AutoFilter { get; }

Property Value

Type Description
TableAutoFilter

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

See Also