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

ExcelDataSourceModel.ShouldSavePassword Property

Specifies whether to save a password used to open a password protected Excel file.

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; otherwise, false.

Implements

See Also