Skip to main content
Bar

BarCollection Class

Represents the collection of bars.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public class BarCollection :
    SimpleBarCollection<Bar>

#Returned By

The BarManager.Bars property returns an instance of BarCollection.

#Remarks

Use the BarManager.Bars property to access the collection of bars owned by a BarManager.

#Inheritance

Object
Collection<Bar>
ObservableCollection<Bar>
DevExpress.Xpf.Bars.SimpleBarCollection<Bar>
BarCollection
See Also