DataSourceModel.ShouldSavePassword Property
Specifies whether or not to save the password for an Excel document.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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