Skip to main content
Bar

BarCustomContainerItemLink.VisibleLinks Property

Provides access to the links owned by the corresponding container item.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

Property Value

Type Description
BarItemLinkReadOnlyCollection

A BarItemLinkReadOnlyCollection object containing links owned by the corresponding container item.

Remarks

The VisibleLinks property returns the value of the item’s BarCustomContainerItem.ItemLinks property. This represents the collection of links owned by the item. See the BarCustomContainerItem.ItemLinks topic for more information.

See Also