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.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
Declaration
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 |
|
Remarks
The Data Source Wizard page in the picture below is not displayed if the AlwaysSaveCredentials property is true.
See Also