NavBarItemSelectedEventArgs.Group Property
In This Article
Gets a group object that contains an item related to the event.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
#Remarks
The Group property represents a NavBarGroup object, which contains an item that has been selected.
See Also