A newer version of this page is available.
Switch to the current version.
DataSourceModel.ShouldSavePassword Property
Specifies whether or not to save the password for an Excel document.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
public bool ShouldSavePassword { get; set; }
Public Property ShouldSavePassword As Boolean
Property Value
Type | Description |
---|---|
Boolean | true to save the password for an Excel document; otherwise false. |
Remarks
This setting is used to create an ExcelDataSource.
Implements
See Also
Feedback