Skip to main content
All docs
V26.1
  • WriteProtectionOptions.Password Property

    Returns a password that is used to protect a document from editing.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public string Password { get; }

    Property Value

    Type Description
    String

    A password that is used to protect a document from editing.

    See Also