Skip to main content

NavBarGroup.Collection Property

Gets a collection of groups to which the group belongs.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public NavGroupCollection Collection { get; }

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