Skip to main content
All docs
V26.1
  • EncryptedFilePasswordRequestedEventArgs.DocumentName Property

    Gets the name of the encrypted document.

    Namespace: DevExpress.XtraRichEdit

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public string DocumentName { get; }

    Property Value

    Type Description
    String

    A string that is the document name.

    See Also