Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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