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

BarItemCollection Class

Represents the collection of bar items.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public class BarItemCollection :
    ObservableCollection<BarItem>

The following members return BarItemCollection objects:

Remarks

Use the BarManager.Items property to access the collection of bar items owned by a BarManager. For an item to be displayed in bars, it must be added to the BarManager.Items collection.

Inheritance

See Also