Skip to main content

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

TdxBarItemLink.MostRecentlyUsed Property

Determines whether an item control linked with the current item link is marked as the most frequently used.

#Declaration

Delphi
property MostRecentlyUsed: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Sets the initial state of an item control. When drawing a toolbar, item controls with the MostRecentlyUsed property active are drawn first and then all others follow. This property is best to set at design time via the customizing popup menu. If the MostRecentlyUsed property is set to False for a menu’s item, then it is not displayed at runtime in the menu.

See Also