NavBarGroup.Items Property
Gets the collection of items within the group and provides indexed access to them.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
#Remarks
If a group’s NavBarGroup.DisplaySource property is set to DisplaySource.Items, the content of the group’s client region is defined using the Items property. This property provides access to a collection that contains all the items of the current group. This collection provides a standard means to manipulate (add or remove) items within a group. A particular item can be accessed using index notation.
Note
The Nav
See the Group Content Model topic to learn more.