vcl-cxtl-f7f9f783.md
The base class for TreeList context menus.
TcxTreeListCustomPopupMenu = class(
TcxOwnedPersistent
)
This class introduces members that are common to all TreeList context menus:
Root – provides access to the context menu’s root item.
TreeList – provides access to the TreeList control with which the context menu is associated.
PopupMenu – specifies a TPopupMenu descendant that is used as the context menu.
TcxTreeListCustomPopupMenu descendants (TcxTreeListCustomBuiltInMenu and TcxTreeListPopupMenu) introduce members that are specific to built-in and custom context menus.
TObject TPersistent TcxOwnedPersistent TcxTreeListCustomPopupMenu
See Also