Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

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