BarItemLinkReadOnlyCollection.GetRecentLink(Int32) Method
In This Article
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 |
---|---|
Bar |
A Bar |
#Remarks
For more information on recently used item links, see the Recently Used Items topic.
See Also