Back to Devexpress

BarCollection Class

wpf-devexpress-dot-xpf-dot-bars-fed38148.md

latest1.5 KB
Original Source

BarCollection Class

Represents the collection of bars.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class BarCollection :
    SimpleBarCollection<Bar>
vb
Public Class BarCollection
    Inherits SimpleBarCollection(Of 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

BarCollection Members

DevExpress.Xpf.Bars Namespace