BarItemCollection Class
Represents the collection of bar items.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Related API Members
The following members return BarItemCollection objects:
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.
Inheritance
See Also