Skip to main content
Bar

BarItemLinkReadOnlyCollection.RecentLinkCount Property

Gets the total number of items that have recently been used.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int RecentLinkCount { get; }

Property Value

Type Description
Int32

An integer value representing the number of items recently used.

Remarks

For more information on recent links, see the Recently Used Items topic.

See Also