Back to Devexpress

NavBarGroup.Collection Property

windowsforms-devexpress-dot-xtranavbar-dot-navbargroup-f193d597.md

latest1.6 KB
Original Source

NavBarGroup.Collection Property

Gets a collection of groups to which the group belongs.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
public NavGroupCollection Collection { get; }
vb
<Browsable(False)>
Public ReadOnly Property Collection As NavGroupCollection

Property Value

TypeDescription
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

NavGroupCollection

Add

NavBarGroup Class

NavBarGroup Members

DevExpress.XtraNavBar Namespace