Skip to main content
Bar

BarManager.SaveToRegistry() Method

Saves the BarManager component state to the system registry.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public bool SaveToRegistry()

Returns

Type Description
Boolean

true if the operation is successfully completed; otherwise false.

Remarks

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

See Also