Back to Devexpress

BarItemLink.RecentIndex Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-b68fa095.md

latest1.2 KB
Original Source

BarItemLink.RecentIndex Property

Specifies the index of the current item link among the list of the most recently used item links.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
[XtraSerializableProperty]
public virtual int RecentIndex { get; set; }
vb
<XtraSerializableProperty>
<DXCategory("Behavior")>
Public Overridable Property RecentIndex As Integer

Property Value

TypeDescription
Int32

The current item link’s index among the most recently used item links.

|

See Also

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace