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

CustomFilter Interface

Contains the settings of a custom filter.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public interface CustomFilter

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.

Custom_AutoFilter_dialog

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