Skip to main content
All docs
V26.1
  • DXRichEditDocumentImportOptions.EncryptionPassword Property

    Specifies a password used to unprotect a password-protected document during import.

    Namespace: DevExpress.Xpf.RichEdit

    Assembly: DevExpress.Xpf.RichEdit.v26.1.dll

    NuGet Package: DevExpress.Wpf.RichEdit

    Declaration

    public string EncryptionPassword { get; set; }

    Property Value

    Type Description
    String

    The target password.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to EncryptionPassword
    RichEditControl
    .ImportOptions .EncryptionPassword

    Remarks

    The EncryptionPassword property specifies a password to open a password-encrypted document.

    See Also