TcxPivotGridPopupMenus Class
In This Article
Contains a pivot grid’s pop-up menu options.
#Declaration
Delphi
TcxPivotGridPopupMenus = class(
TcxPivotGridCustomOptions
)
#Remarks
With a set of properties, this class specifies the availability of all types of pop-up menus in the pivot grid and it provides entry points for their customization.
The TcxPivotGridPopupMenus object is referenced by the TcxCustomPivotGrid.PoupMenus property.
#Inheritance
TObject
TPersistent
TcxPivotGridCustomOptions
TcxPivotGridPopupMenus
See Also