Skip to main content
A newer version of this page is available. .

NavBarItemSelectedEventArgs.Group Property

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

Namespace: DevExpress.Xpf.NavBar

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public NavBarGroup Group { get; }

Property Value

Type Description
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