Skip to main content
A newer version of this page is available. .

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; }

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