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