Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

EncryptedFilePasswordRequestedEventArgs.DocumentName Property

Gets the name of the encrypted document.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public string DocumentName { get; }

Property Value

Type Description
String

A string that is the document name.

See Also