AuthenticationOptions.UserName Property
Gets or sets a name 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 a user name. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to UserName |
---|---|---|
WinForms Controls | SnapControlOptions |
|
RichEditControlOptions |
|
|
WPF Controls | RichEditControlOptions |
|
ASP.NET Controls and MVC Extensions | ASPxRichEditSettings |
|
Office File API | RichEditControlOptionsBase |
|
Remarks
Information provided by the UserName property is used to allow editing of ranges with permissions in a protected document.
See Also
Feedback