TcxTreeListFooterPopupMenu Class
In This Article
Represents the footer context menu.
#Declaration
Delphi
TcxTreeListFooterPopupMenu = 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.FooterMenu property references a TcxTreeListFooterPopupMenu object.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxTreeListCustomPopupMenu
TcxTreeListPopupMenu
TcxTreeListFooterPopupMenu
See Also