Back to Devexpress

TcxTreeListColumnHeaderPopupMenu Class

vcl-cxtl-dee7c5ed.md

latest1.1 KB
Original Source

TcxTreeListColumnHeaderPopupMenu Class

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

TcxTreeListColumnHeaderPopupMenu Members

cxTL Unit