Skip to main content
Bar

BarManager.RestoreFromRegistry() Method

SECURITY-RELATED CONSIDERATIONS

Deserializing layout settings from untrusted resources may create security issues. Review the following help topic for additional information: Safe Deserialization.

Restores the bars’ layout from the registry.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v25.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