TcxTreeListCustomPopupMenu.Root Property
In This Article
Provides access to the virtual root menu item that nests all menu items.
#Declaration
Delphi
property Root: TComponent read;
#Property Value
Type |
---|
TComponent |
#Remarks
Menu items on the first menu level represent the immediate child items of the root menu item.
See Also