Skip to main content

BarButtonGroup.ItemLinks Property

Provides access to links that are owned by the current group.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v14.2.dll

#Declaration

#Property Value

Type Description
BarItemLinkCollection

A BarItemLinkCollection object that contains links owned by the container item.

#Remarks

Use this property to add bar item links to the current button group.

See Also