pgcmHideCustomization Constant
In This Article
Specifies an action which closes the customization form.
#Declaration
Delphi
const pgcmHideCustomization = 10;
#Remarks
Set the ACommand parameter of the TcxPivotGridCustomPopupMenu.ExecuteCommand method to pgcmHideCustomization, to close the customization form.
See Also