Back to Devexpress

NavBarItemSelectedEventArgs.Group Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbaritemselectedeventargs.md

latest1.4 KB
Original Source

NavBarItemSelectedEventArgs.Group Property

Gets a group object that contains an item related to the event.

Namespace : DevExpress.Xpf.NavBar

Assembly : DevExpress.Xpf.NavBar.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public NavBarGroup Group { get; }
vb
Public ReadOnly Property Group As NavBarGroup

Property Value

TypeDescription
NavBarGroup

A NavBarGroup object containing an item, manipulations on which forced the event to be raised.

|

Remarks

The Group property represents a NavBarGroup object, which contains an item that has been selected.

See Also

Item

NavBarItemSelectedEventArgs Class

NavBarItemSelectedEventArgs Members

DevExpress.Xpf.NavBar Namespace