Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CustomFilter Interface

Contains the settings of a custom filter.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

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.

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