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