BarManagerCategoryCollection.AllItems Property
Gets a category object that combines all bar items (even items that are explicitly assigned to other categories).
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Xpf.Bars.AllItemsBarManagerCategory | An AllItemsBarManagerCategory object that is a descendant of the BarManagerCategory class, that combines all bar items of the BarManager. |
See Also