Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarItemLinkReadOnlyCollection.GetRecentLink(Int32) Method

Returns a recently used item link by its index.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.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