TcxTreeListCustomPopupMenu.TreeList Property
In This Article
Provides access to the TreeList control with which the context menu is associated.
#Declaration
Delphi
property TreeList: TcxCustomTreeList read;
#Property Value
Type |
---|
Tcx |
#Remarks
If you’re implementing a custom context menu, use this property to access TreeList settings and data.
See Also