Skip to main content

NavBarSelectedLinkChangedEventArgs.Group Property

Gets a group containing the link which has been selected.

Namespace: DevExpress.XtraNavBar.ViewInfo

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public NavBarGroup Group { get; }

Property Value

Type Description
NavBarGroup

A NavBarGroup object representing the group to which the selected link belongs.

See Also