Skip to main content
A newer version of this page is available. .
Bar

BarItemLinkReadOnlyCollection.RecentLinkCount Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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