Skip to main content

TreeListMenuItemClickEventArgs.IsFooter Property

Gets whether an item in the footer summary’s context menu has been clicked.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public bool IsFooter { get; }

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