BarManager.SaveToRegistry() Method
In This Article
Saves the BarManager component state to the system registry.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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