TcxPivotGridCustomPopupMenu.PopupMenu Property
In This Article
Represents a custom pop-up menu.
#Declaration
Delphi
property PopupMenu: TComponent read; write;
#Property Value
Type |
---|
TComponent |
#Remarks
Use the PopupMenu property to bind the newly created pop-up menu to the pivot grid.
Note
to invoke the custom pop-up menu at runtime, set the Tcx
See Also