Back to Devexpress

BarItemCollection Class

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

latest1.7 KB
Original Source

BarItemCollection Class

Represents the collection of bar items.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class BarItemCollection :
    ObservableCollection<BarItem>
vb
Public Class BarItemCollection
    Inherits ObservableCollection(Of 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

Object Collection<BarItem> ObservableCollection<BarItem> BarItemCollection

See Also

BarItemCollection Members

Items

DevExpress.Xpf.Bars Namespace