Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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