Skip to main content
A newer version of this page is available. .
Bar

BarManagerCategory.GetBarItems() Method

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

Namespace: DevExpress.Xpf.Bars

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

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