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.UseFullReset Property

Specifies which settings are restored when a toolbar is reset.

#Declaration

Delphi
property UseFullReset: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

At runtime a toolbar can be restored after it has been modified. An end-user can use the Reset button on the Customization Form or in the toolbar’s Quick popup menu to do so. To restore the toolbar’s settings via code, the bar manager’s ResetToolbar or the toolbar’s Reset method can be used. By default only the settings concerned with the toolbar’s item links will be restored. To restore the settings of the toolbar itself such as its size, position, docking style, state, etc., set the UseFullReset property to True.

The default value of the UseFullReset property is False.

See Also