BarItemCollection Class
In This Article
Represents the collection of bar items.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Returned By
The BarManager.Items property returns an instance of BarItemCollection.
#Remarks
Use the BarManager.Items property to access the collection of bar items owned by a BarManager. For an item to be displayed in bars, it must be added to the BarManager.Items collection.
See Also