Skip to main content

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.v24.2.dll

Declaration

[DefaultValue(false)]
public bool ShouldSavePassword { get; set; }

Property Value

Type Default Description
Boolean false

true, to save the password; otherwise, false.

Implements

See Also