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

TdxBarManager.CanShowRecentItems Method

Determines whether the recently used items of the current bar manager’s toolbars can be displayed.

#Declaration

Delphi
function CanShowRecentItems: Boolean;

#Returns

Type
Boolean

#Remarks

If the return value of the CanShowRecentItems function is True the recently used items can be displayed first on the corresponding toolbars. Otherwise, bar items are displayed in order of creation.

The value of the CanShowRecentItems function depends on the paint style of the current bar manager. When the style is standard (bmsStandard) the function’s value is False.

See Also