BarManager.Items Property
In This Article
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 |
---|---|
Bar |
A Bar |
#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