Skip to main content
Bar

BarItemCollection Class

Represents the collection of bar items.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public class BarItemCollection :
    ObservableCollection<BarItem>

#Returned By

The BarManager.Items property returns an instance of BarItemCollection.

#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