NavBarGroup.Collection Property
In This Article
Gets a collection of groups to which the group belongs.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
#Remarks
Groups are created via the NavGroupCollection.Add method call. This method initializes the Collection property of the generated group with the NavGroupCollection object whose method is called.
See Also