Skip to main content
Bar

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public AllItemsBarManagerCategory AllItems { get; }

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