BarButtonGroup.ItemLinks Property
In This Article
Provides access to links that are owned by the current group.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true, 0, XtraSerializationFlags.None)]
public BarItemLinkCollection ItemLinks { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
Use this property to add bar item links to the current button group.
See Also