officefileapi-devexpress-dot-spreadsheet-bfe9ae62.md
Contains the settings of a custom filter.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public interface CustomFilter
Public Interface CustomFilter
The following members return CustomFilter objects:
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