Skip to main content

EncryptedFilePasswordRequestedEventArgs.DocumentName Property

Gets the name of the encrypted document.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public string DocumentName { get; }

Property Value

Type Description
String

A string that is the document name.

See Also