Skip to main content
A newer version of this page is available. .

Custom Filter Dialog

Allows end-users to construct custom filter criteria for a column. To activate the custom filter dialog, end-users can select the (Custom) item from the regular filter dropdown list.

VisualElems_GridView_CustomFilterDialog

The table below lists the API related to this visual element.

Look and Feel

GridControl.FormsUseDefaultLookAndFeel

Dialog’s Functionality

ColumnViewOptionsFilter.UseNewCustomFilterDialog

Invoke the Dialog

ColumnView.ShowCustomFilterDialog

Customize the Dialog

ColumnView.CustomFilterDialog

To learn more, refer to this topic.

See Also