Back to Devexpress

TcxTreeListCustomPopupMenu Class

vcl-cxtl-f7f9f783.md

latest1.3 KB
Original Source

TcxTreeListCustomPopupMenu Class

The base class for TreeList context menus.

Declaration

delphi
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

TcxTreeListCustomPopupMenu Members

cxTL Unit