Skip to main content

NavBarGroupEventArgs.Group Property

Gets a group for which the event is fired.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v25.1.dll

NuGet Package: DevExpress.Win

Declaration

public NavBarGroup Group { get; }

Property Value

Type Description
NavBarGroup

A NavBarGroup object representing the group for which the event is raised.

See Also