BarSubItem.ItemLinks Property
In This Article
Provides access to links displayed in the submenu.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, false, 0, XtraSerializationFlags.None)]
public BarItemLinkCollection ItemLinks { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
Use the ItemLinks property to add, remove or modify the link collection for the current submenu.
See Also