Back to Devexpress

GroupAddingEventArgs.Group Property

wpf-devexpress-dot-xpf-dot-navbar-dot-groupaddingeventargs.md

latest1.3 KB
Original Source

GroupAddingEventArgs.Group Property

Gets a group object related to the event.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public NavBarGroup Group { get; }
vb
Public ReadOnly Property Group As NavBarGroup

Property Value

TypeDescription
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

SourceObject

GroupAddingEventArgs Class

GroupAddingEventArgs Members

DevExpress.Xpf.NavBar Namespace