Back to Devexpress

BarManagerCategoryCollection.UnassignedItems Property

wpf-devexpress-dot-xpf-dot-bars-dot-barmanagercategorycollection-24886ce9.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public BarManagerCategory UnassignedItems { get; }
vb
Public ReadOnly Property UnassignedItems As BarManagerCategory

Property Value

TypeDescription
BarManagerCategory

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

|

See Also

BarManagerCategoryCollection Class

BarManagerCategoryCollection Members

DevExpress.Xpf.Bars Namespace