Skip to main content

FileInfo.Password Property

Specifies a password that can be used to open a password protected file.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public string Password { get; set; }

Property Value

Type Description
String

A string specifying the password to open the file.

See Also