Back to Devexpress

CustomFilter Interface

officefileapi-devexpress-dot-spreadsheet-bfe9ae62.md

latest2.3 KB
Original Source

CustomFilter Interface

Contains the settings of a custom filter.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface CustomFilter
vb
Public Interface CustomFilter

The following members return CustomFilter objects:

Remarks

Use the CustomFilter properties to obtain the criteria, values and operator used in a custom filter.

An end-user can apply a custom filter using the Custom AutoFilter dialog invoked by selecting Custom Filter in the menu that appears by clicking the arrow in the column header. The dialog is shown below.

The custom filter applied by this dialog will have the

Note

Do not modify a custom filter programmatically. Apply a new filter using the AutoFilterColumn.ApplyCustomFilter method instead.

See Also

CustomFilter Members

DevExpress.Spreadsheet Namespace