Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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