Back to Devexpress

TdxBar.UseRecentItems Property

vcl-dxbar-dot-tdxbar-cd25bb0a.md

latest865 B
Original Source

TdxBar.UseRecentItems Property

Specifies whether the current toolbar displays the most frequently used controls first.

Declaration

delphi
property UseRecentItems: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

If the UseRecentItems property is set to True , the most frequently used controls are placed first and other item controls follow accordingly. Otherwise, item controls will be displayed on the current toolbar in a fixed order.

The default value of the UseRecentItems property is True.

See Also

TdxBarItemLink.MostRecentlyUsed

TdxBar Class

TdxBar Members

dxBar Unit