TcxTreeListCustomPopupMenu.PopupMenu Property
Specifies a TComponent descendant that is used as a custom context menu.
Declaration
property PopupMenu: TComponent read; write;
Property Value
Type |
---|
TComponent |
Remarks
You can assign any TMenu descendant to this property. In TcxTreeListCustomPopupMenu descendants, the specified menu is used as an option for the built-in context menu, if it’s disabled via the UseBuiltInMenu property.
See Also