Back to Devexpress

TcxCustomGridTableFiltering.RunCustomizeDialog(TcxCustomGridTableItem) Method

vcl-cxgridcustomtableview-dot-tcxcustomgridtablefiltering-dot-runcustomizedialog-x28-cxgridcustomtableview-dot-tcxcustomgridtableitem-x29.md

latest1.9 KB
Original Source

TcxCustomGridTableFiltering.RunCustomizeDialog(TcxCustomGridTableItem) Method

Invokes the filter customization dialog.

Declaration

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

Parameters

NameType
AItemTcxCustomGridTableItem

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

TcxCustomGridTableView.OnFilterCustomization

TcxCustomGridTableView.OnFilterCustomization

TcxCustomGridTableView.OnFilterDialogShow

TcxCustomGridTableView.OnFilterDialogShow

TcxEditingControl.OnFilterCustomization

TcxEditingControl.OnFilterDialogShow

TcxCustomGridTableFiltering Class

TcxCustomGridTableFiltering Members

cxGridCustomTableView Unit