Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public string EMail { get; set; }

Property Value

Type Description
String

A String value containing e-mail address.

Property Paths

You can access this nested property as listed below:

Object Type Path to EMail
RichEditControl

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