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

BarCollection Class

Represents the collection of bars.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public class BarCollection :
    SimpleBarCollection<Bar>

The following members return BarCollection objects:

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