Back to Devexpress

DXRichEditAuthenticationOptions.UserName Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditauthenticationoptions-010c1c45.md

latest1.6 KB
Original Source

DXRichEditAuthenticationOptions.UserName Property

Gets or sets a name 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 UserName { get; set; }
vb
Public Property UserName As String

Property Value

TypeDescription
String

A string containing a user name.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UserName
RichEditControl

.AuthenticationOptions .UserName

|

Remarks

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

See Also

DXRichEditAuthenticationOptions Class

DXRichEditAuthenticationOptions Members

DevExpress.Xpf.RichEdit Namespace