AuthenticationOptions.EMail Property
Gets or sets email address used to authenticate a user if document protection is enabled.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
String | A string containing email address. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to EMail |
---|---|---|
WinForms Controls | SnapControlOptions |
|
RichEditControlOptions |
|
|
WPF Controls | RichEditControlOptions |
|
ASP.NET Controls and MVC Extensions | ASPxRichEditSettings |
|
Office File API | RichEditControlOptionsBase |
|
Remarks
Information provided by the EMail property is used to allow editing of ranges with permissions in a protected document.
TIP
A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=T445222.
See Also
Feedback