Back to Devexpress

NavBarGroupCollection Class

wpf-devexpress-dot-xpf-dot-navbar-9777fbd3.md

latest2.1 KB
Original Source

NavBarGroupCollection Class

Represents a collection of groups within the navbar control.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public class NavBarGroupCollection :
    ObservableCollection<NavBarGroup>
vb
Public Class NavBarGroupCollection
    Inherits ObservableCollection(Of NavBarGroup)

The following members return NavBarGroupCollection objects:

Remarks

A navbar control holds its groups within a collection represented by an instance of the NavBarGroupCollection class, and can be accessed via the NavBarControl.Groups property. The properties and methods exposed by the NavBarGroupCollection class can be used to perform common collection operations such as adding new or deleting existing groups. Each item of the collection is represented by a NavBarGroup object. Individual groups can be accessed using indexer notation.

To learn more, see the Groups topic.

Inheritance

Object Collection<NavBarGroup> ObservableCollection<NavBarGroup> NavBarGroupCollection

See Also

NavBarGroupCollection Members

DevExpress.Xpf.NavBar Namespace