Skip to main content

EncryptedFilePasswordCheckFailedEventArgs.DocumentName Property

Gets the encrypted document’s name.

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 document name.

See Also