pgcmShowCustomization Constant
Specifies an action which invokes the customization form.
Declaration
const pgcmShowCustomization = 9;
Remarks
Set the ACommand parameter of the TcxPivotGridCustomPopupMenu.ExecuteCommand method to pgcmShowCustomization, to display the customization form.
See Also