TcxTreeListFooterPopupMenu.Items Property
Specifies the visibility of menu items.
Declaration
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