Skip to main content
Row

AutoFilterBase Interface

Base interface for objects which implement filtering functionality in a worksheet and tables.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface AutoFilterBase

Remarks

The AutoFilterBase interface is a base interface for the SheetAutoFilter and the TableAutoFilter interfaces.

See Also