BarLinkContainerItem.ItemLinks Property
In This Article
Provides access to the collection of links owned by the current BarLinkContainerItem object.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true, 0, XtraSerializationFlags.None)]
public virtual BarItemLinkCollection ItemLinks { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
Use the ItemLinks property to add bar items to the collection. When bar items are added to the collection via the BarItemLinkCollection.Add or BarItemLinkCollection.Insert method, a link to this bar item is created and added to the collection instead.
Bar items added must belong to the BarManager.Items collection.
See Also