Skip to main content

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

TcxVerticalGridFiltering.RunCustomizeDialog(TcxCustomEditorRowProperties) Method

Displays a filter customization dialog.

#Declaration

Delphi
procedure RunCustomizeDialog(AEditorRowProperties: TcxCustomEditorRowProperties = nil); reintroduce; virtual;

#Parameters

Name Type
AEditorRowProperties TcxCustomEditorRowProperties

#Remarks

Pass nil as a parameter or omit it to display the Filter Builder dialog for the vertical grid control. Otherwise, you can pass an editor row’s Properties object (a TcxCustomEditorRowProperties descendant) to display the Custom Filter dialog for this editor row. This is equivalent to selecting the Custom… item in the editor row’s filter dropdown.

The RunCustomizeDialog procedure fires the vertical grid control’s OnFilterDialogShow event that enables you to prevent the dialog from being displayed or substitute it with your own.

See Also