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

NavBarSelectedLinkChangedEventArgs.Group Property

Gets a group containing the link which has been selected.

Namespace: DevExpress.XtraNavBar.ViewInfo

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public NavBarGroup Group { get; }

Property Value

Type Description
NavBarGroup

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

See Also