Skip to main content
Bar

BarItemLinkReadOnlyCollection.GetRecentLink(Int32) Method

Returns a recently used item link by its index.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarItemLink GetRecentLink(
    int index
)

Parameters

Name Type Description
index Int32

A zero-based integer representing the index of the recently used item link.

Returns

Type Description
BarItemLink

A BarItemLink descendant representing the recently used item link at the specified position within the collection.

Remarks

For more information on recently used item links, see the Recently Used Items topic.

See Also