Skip to main content
A newer version of this page is available. .

NavBarControl.Groups Property

Gets the collection of groups in the NavBarControl.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Groups property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also