Back to Devexpress

DXRichEditAuthenticationOptions.EMail Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditauthenticationoptions-3b24f89b.md

latest1.6 KB
Original Source

DXRichEditAuthenticationOptions.EMail Property

Gets or sets email address used to identify a user if document protection is enabled. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public string EMail { get; set; }
vb
Public Property EMail As String

Property Value

TypeDescription
String

A String value containing e-mail address.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EMail
RichEditControl

.AuthenticationOptions .EMail

|

Remarks

Information provided by the EMail property is used to allow the current user to edit the ranges with permissions in a protected document.

See Also

DXRichEditAuthenticationOptions Class

DXRichEditAuthenticationOptions Members

DevExpress.Xpf.RichEdit Namespace