Skip to main content

GroupAddingEventArgs.Group Property

Gets a group object related to the event.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public NavBarGroup Group { get; }

Property Value

Type Description
NavBarGroup

A NavBarGroup object being added to the NavBar control.

Remarks

The Group property represents a NavBarGroup object concerned with raising the event.

See Also