Skip to main content
Bar

BarButtonGroup.ItemLinks Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

Property Value

Type Description
BarItemLinkCollection

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

Remarks

For more information and examples, see BarCustomContainerItem.ItemLinks.

See Also