BarManager.SaveToRegistry() Method
Saves the BarManager component state to the system registry.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.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