Skip to main content

TcxTreeListCustomPopupMenu Class

The base class for TreeList context menus.

Declaration

TcxTreeListCustomPopupMenu = class(
    TcxOwnedPersistent
)

Remarks

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.

Inheritance

TObject
TPersistent
TcxOwnedPersistent
TcxTreeListCustomPopupMenu
See Also