Skip to main content

NavReadOnlyLinkCollection.Item[Int32] Property

Gets the item of the collection by its index.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public virtual NavBarItemLink this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value representing the zero-based index of the link to be obtained.

Property Value

Type Description
NavBarItemLink

A NavBarItemLink object representing the link located at the specified position within the collection.

Remarks

If the parameter value is negative or exceeds the maximum available index, an exception is raised.

See Also