Skip to main content
A newer version of this page is available. .

SpreadsheetDataSourceWizardOptions.AlwaysSaveCredentials Property

Gets or sets whether the user will be prompted to save credentials after creating a connection string.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

Declaration

[DefaultValue(false)]
public bool AlwaysSaveCredentials { get; set; }

Property Value

Type Default Description
Boolean **false**

True, to save credentials in the connection string without prompting; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AlwaysSaveCredentials
SpreadsheetControlOptions
.DataSourceWizard.AlwaysSaveCredentials

Remarks

The Data Source Wizard page in the picture below is not displayed if the AlwaysSaveCredentials property is true.

DataSourceWizard-SaveConnectionString

See Also