NavBarControl.Groups Property
In This Article
Gets the collection of groups in the NavBarControl.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
#Remarks
The Groups property is used to provide access to the collection of groups within the NavBarControl. The collection is represented by an instance of the NavBarGroupCollection class, and allows individual groups (which are instances of the NavBarGroup class) to be added, deleted and accessed using an indexer notation.
To learn more, see the Groups topic.
See Also