Skip to main content
Row

TableAutoFilter Interface

An object implementing the filtering functionality for the specified table.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface TableAutoFilter :
    AutoFilterBase

The following members return TableAutoFilter objects:

Remarks

An object that exposes the TableAutoFilter interface is accessible using the Table.AutoFilter property.

See Also