Skip to main content
Bar

BarManager.RestoreFromRegistry() Method

Restores the bars’ layout from the registry.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public void RestoreFromRegistry()

Remarks

This method is obsolete. Use the BarManager.RestoreLayoutFromRegistry method instead.

See Also