TreeListMenuItemClickEventArgs.IsFooter Property
Gets whether an item in the footer summary’s context menu has been clicked.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the footer summary’s menu item has been clicked; otherwise, false. |
Remarks
If the MenuType property is set to Summary, use the IsFooter
property to determine whether the item is clicked in the menu for the footer’s total summary or for a group summary.
See Also