Skip to main content

RibbonPageGroup.ItemLinks Property

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

#Property Value

Type Description
BarItemLinkCollection

A BarItemLinkCollection object that stores corresponding bar item links.

#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