Skip to main content

EncryptedFilePasswordCheckFailedEventArgs.DocumentName Property

Gets the encrypted document’s name.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public string DocumentName { get; }

Property Value

Type Description
String

A document name.

See Also