BarManagerCategoryCollection.UnassignedItems Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public BarManagerCategory UnassignedItems { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
See Also