Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Table.AutoFilter Property

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

Namespace: DevExpress.Spreadsheet

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

Declaration

TableAutoFilter AutoFilter { get; }

Property Value

Type Description
TableAutoFilter

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

See Also