Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavBarControl.Groups Property

Gets the collection of groups in the NavBarControl.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v24.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