windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-sqlwizardsettings-4b40caed.md
This property is for internal use. Use the DatabaseCredentialsSavingBehavior property instead.
Namespace : DevExpress.DataAccess.UI.Wizard
Assembly : DevExpress.DataAccess.v25.2.dll
NuGet Package : DevExpress.DataAccess
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool AlwaysSaveCredentials { get; set; }
<DefaultValue(False)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AlwaysSaveCredentials As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true , to save user credentials automatically; otherwise, false.
|
You can access this nested property as listed below:
| Library | Object Type | Path to AlwaysSaveCredentials |
|---|---|---|
| WinForms Controls | DataSourceWizardSettings |
.SqlWizardSettings .AlwaysSaveCredentials
| | Dashboard | DashboardDesignerDataSourceWizardSettings |
.SqlWizardSettings .AlwaysSaveCredentials
| | .NET Reporting Tools | XRDesignMdiController |
.SqlWizardSettings .AlwaysSaveCredentials
|
This property is for internal use. Use the DatabaseCredentialsSavingBehavior property instead.
See Also