pgcmShowPrefilterDialog Constant
In This Article
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