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.SendToBottomInRecentList Method

In This Article

Moves an item control which corresponds to the current item link to the bottom of the MRU list.

#Declaration

Delphi
procedure SendToBottomInRecentList;

#Remarks

Call this method to move an item control which corresponds to the current item link in the list of most frequently used menu items to the bottom of the list. After calling the SendToBottomInRecentList method, an item is set as least frequently used.

Note

This method is used if both the bar manager’s MenusShowRecentItemsFirst property and the toolbar’s UseRecentItems property are set to True.

See Also