Skip to main content
Bar

BarManager.RestoreFromRegistry() Method

Restores the bars’ layout from the registry.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

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

Remarks

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

See Also