NavBarGroup.Collection Property
Gets a collection of groups to which the group belongs.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
NavGroupCollection | A NavGroupCollection object that owns the group. |
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