Skip to main content
Bar

BarManagerCategory.GetBarItems() Method

Gets the bar items that are associated with the current category.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual List<BarItem> GetBarItems()

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