Skip to main content

DataSourceModel.ShouldSavePassword Property

Specifies whether or not to save the password for an Excel document.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool ShouldSavePassword { get; set; }

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