Back to Devexpress

pgcmShowPrefilterDialog Constant

vcl-cxcustompivotgrid-e2b3db49.md

latest775 B
Original Source

pgcmShowPrefilterDialog Constant

Specifies an action which invokes the filter builder dialog.

Declaration

delphi
const pgcmShowPrefilterDialog = 11;

Remarks

Set the ACommand parameter of the TcxPivotGridCustomPopupMenu.ExecuteCommand method to pgcmShowPrefilterDialog , to display the filter builder dialog.

See Also

TcxCustomPivotGrid.ShowPrefilterDialog

TcxPivotGridCustomPopupMenu.ExecuteCommand

cxCustomPivotGrid Unit