Skip to main content

TdxBarCustomPopupMenu.UseRecentItems Property

Specifies whether the most frequently used items are to be shown in the currently processed popup menu.

Declaration

property UseRecentItems: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the UseRecentItems property to True to only display the most frequently used items. Otherwise, all items will be displayed in the menu.

The default value of the UseRecentItems property is False.

See Also