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.OnBarBeforeReset Event

In This Article

Occurs before the default settings of a specific toolbar are restored.

#Declaration

Delphi
property OnBarBeforeReset: TdxBarEvent read; write;

#Remarks

Handle the OnBarBeforeReset event to perform specific actions before the toolbar specified by the ABar parameter is reset (its default settings restored). The Sender parameter specifies the bar manager to which the toolbar belongs.

This event is fired by the DoBarBeforeReset method.

To perform specific actions after the default data of a specific toolbar has been restored, handle the OnBarAfterReset event.

To make a reset optional for individual toolbars, handle a bar manager’s OnBarReset event.

See Also