BarManagerCategory.GetBarItems() Method
Gets the bar items that are associated with the current category.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Returns
Type | Description |
---|---|
List<BarItem> | A list of bar items associated with the current category. |
Remarks
Use the BarItem.Category or BarItem.CategoryName property to associate a bar item with a category.
See Also