Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListFooterPopupMenu.Items Property

Specifies the visibility of menu items.

#Declaration

Delphi
property Items: TcxTreeListFooterPopupMenuItems read; write;

#Property Value

Type
TcxTreeListFooterPopupMenuItems

#Remarks

Set an option flag within the Items property to make a corresponding menu item visible.

The image and table below show menu items and corresponding option flags, and command identity values used to create these items via the CreateMenuItem function:

# Option Flag Command Identity Value
1 tlfmiSum tlcmSum
2 tlfmiMin tlcmMin
3 tlfmiMax tlcmMax
4 tlfmiAverage tlcmAverage
5 tlfmiCount tlcmCount
6 tlfmiNone tlcmNone
7 tlfmiAllNodes tlcmAllNodes
See Also