ISaveConnectionPageView.ShouldSaveConnectionString Property
If implemented, specifies whether to save the connection string to the dedicated storage.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to save the connection string; otherwise, false. |
Remarks
This property is in effect if the connection string can be saved to the storage (see ISaveConnectionPageView.SetCanSaveToStorage).
See Also