Skip to main content

NavBarControl.Groups Property

Gets the collection of groups in the NavBarControl.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public NavBarGroupCollection Groups { get; }

Property Value

Type Description
NavBarGroupCollection

A NavBarGroupCollection object which represents the collection of groups within the NavBarControl.

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