TcxTreeListPopupMenus Class
In This Article
Represents a set of context menus available within the TreeList control.
#Declaration
Delphi
TcxTreeListPopupMenus = class(
TcxOwnedPersistent
)
#Remarks
This class introduces properties that allow you to access the following menus:
A TreeList control’s PopupMenus property references a TcxTreeListPopupMenus object.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxTreeListPopupMenus
See Also