ISaveConnectionPageView.ShouldSaveCredentials Property
If implemented, gets whether to save the user credentials along with the connection string.
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 user credentials; otherwise, false. |
Remarks
This property is in effect only if the data connection uses server authentication (see ISaveConnectionPageView.SetConnectionUsesServerAuth).
See Also