Skip to main content
A newer version of this page is available. .

Bar.AskReset() Method

Returns a Bar to its designed state.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public void AskReset()

Remarks

The AskReset method adds removed links and removes added links within a Bar. This sets the bar to its designed state. Unlike the Bar.Reset method, the confirmation dialog is invoked when calling the AskReset method.

See Also