Skip to main content
Bar

BarManagerCategoryCollection.UnassignedItems Property

Gets a category object that combines all the bar items that are not assigned to any category.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public BarManagerCategory UnassignedItems { get; }

Property Value

Type Description
BarManagerCategory

A BarManagerCategory object that combines all the bar items that are not assigned to any category.

See Also