Skip to main content

TcxCustomGridTableFiltering.RunCustomizeDialog(TcxCustomGridTableItem) Method

Invokes the filter customization dialog.

Declaration

procedure RunCustomizeDialog(AItem: TcxCustomGridTableItem = nil); virtual;

Parameters

Name Type
AItem TcxCustomGridTableItem

Remarks

The method’s behavior depends on the AItem parameter value. If this parameter’s value is nil or not specified, the method invokes the Filter Builder dialog for the View. If you pass a column (or card row) as this parameter, the method’s effect will be the same as choosing the Custom item within the specified column’s filter dropdown. This method fires the OnFilterDialogShow event.

See Also