Back to Devexpress

TreeListMenuItemClickEventArgs.IsFooter Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistmenuitemclickeventargs-4d5f5165.md

latest2.0 KB
Original Source

TreeListMenuItemClickEventArgs.IsFooter Property

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public bool IsFooter { get; }
vb
Public ReadOnly Property IsFooter As Boolean

Property Value

TypeDescription
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

MenuType

Handled

TreeListMenuItemClickEventArgs Class

TreeListMenuItemClickEventArgs Members

DevExpress.XtraTreeList Namespace