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

BarItemLink.MostRecentlyUsed Property

Determines whether the current item link is initially visible when inside a submenu.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Behavior")]
[XtraSerializableProperty]
public virtual bool MostRecentlyUsed { get; set; }

#Property Value

Type Description
Boolean

true if the current item link is initially visible; otherwise, false.

#Remarks

When an end-user opens a submenu, item links with disabled MostRecentlyUsed properties are not visible. To view all submenu items, a user needs to do one of the following:

If a user frequently clicks an initially hidden link, it can eventually become visible from the moment a submenu opens. The number of clicks required for this is determined by the BarManagerProperties.MostRecentItemsPercent property value.

See the Recently Used Items article to learn more.

See Also