RibbonPageGroup.ItemLinks Property
In This Article
Gets the collection of bar item links displayed by the current page group.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true, 0)]
public BarItemLinkCollection ItemLinks { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
Use this property to add bar item links to the current group.
The ItemLinks property is marked with the System.Windows.Markup.ContentPropertyAttribute attribute. So, in XAML, bar item links defined between the RibbonPageGroup start and end tags will be added to the current group.
See Also