Skip to main content
Bar

BarManager.Items Property

Provides access to the collection of bar items owned by the BarManager.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, false, true, false, 0, XtraSerializationFlags.None)]
public BarItemCollection Items { get; }

#Property Value

Type Description
BarItemCollection

A BarItemCollection object that specifies the collection of bar items owned by the BarManager.

#Remarks

To display a bar item within a bar or menu, it must be added to the Items collection. Then, a link to this bar item must be added to the target bar, sub-menu or popup menu via their ItemLinks collection.

See Items and Links to learn more.

See Also