Skip to main content
A newer version of this page is available. .
Bar

BarManager.SaveToRegistry() Method

Saves the BarManager component state to the system registry.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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