SqlWizardSettings.AlwaysSaveCredentials Property
In This Article
This property is for internal use. Use the DatabaseCredentialsSavingBehavior property instead.
Namespace: DevExpress.DataAccess.UI.Wizard
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool AlwaysSaveCredentials { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to save user credentials automatically; otherwise, false. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Always |
---|---|---|
Win |
Data |
|
Dashboard | Dashboard |
|
.NET Reporting Tools | XRDesign |
|
#Remarks
This property is for internal use. Use the DatabaseCredentialsSavingBehavior property instead.
See Also