TcxTreeListColumnHeaderPopupMenu Class
In This Article
Represents the column header context menu.
#Declaration
Delphi
TcxTreeListColumnHeaderPopupMenu = class(
TcxTreeListPopupMenu
)
#Remarks
This class extends its ancestor class with the Items property that allows you to specify the visibility of specific menu items.
A TreeList control’s PopupMenus.ColumnHeaderMenu property references a TcxTreeListColumnHeaderPopupMenu object.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxTreeListCustomPopupMenu
TcxTreeListPopupMenu
TcxTreeListColumnHeaderPopupMenu
See Also