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

XlEncryptionOptions.Password Property

Specifies the password to open the file.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
public string Password { get; set; }

Property Value

Type Default Description
String String.Empty

A String vaue, specifying the password to open the file. The default is string.Empty.

Property Paths

You can access this nested property as listed below:

Remarks

To apply encryption, the password must be specified (the default empty string cannot be used for file encryption).

See Also