SaveConnectionPageView.SetCanSaveToStorage(Boolean) Method
Sets whether the connection string can be saved to the dedicated storage.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Boolean | true, if the connection string can be saved to the storage; otherwise, false. |
Remarks
If the connection string can be saved to the storage, the dedicated check box and editor with the connection name are visible on a wizard page. The SaveConnectionPageView.ShouldSaveConnectionString property specifies whether to save the connection string.
See Also