Skip to main content

Bar.AskReset() Method

Returns a Bar to its designed state.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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