Skip to main content

TcxPivotGridCustomPopupMenu.PopupMenu Property

Represents a custom pop-up menu.

Declaration

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 TcxPivotGridCustomPopupMenu.UseBuiltInMenu property to False.

See Also