Skip to main content
Bar

BarItemLinkReadOnlyCollection.Item[Int32] Property

Provides indexed access to individual links.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarItemLink this[int index] { get; }

Parameters

Name Type Description
index Int32

A zero-based integer specifying the desired link’s position within the collection.

Property Value

Type Description
BarItemLink

A BarItemLink object or descendant representing the item link at the specified position. null (Nothing in Visual Basic) if the collection does not contain the link at the specified position.

See Also