Back to Devexpress

ASPxRichEditAuthenticationSettings.UserName Property

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxricheditauthenticationsettings-8b26699c.md

latest1.8 KB
Original Source

ASPxRichEditAuthenticationSettings.UserName Property

Gets or sets a name used to authenticate a user if document protection is enabled.

Namespace : DevExpress.Web.ASPxRichEdit

Assembly : DevExpress.Web.ASPxRichEdit.v25.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
[DefaultValue("")]
public override string UserName { get; set; }
vb
<DefaultValue("")>
Public Overrides Property UserName As String

Property Value

TypeDefaultDescription
StringString.Empty

A string containing a user name.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UserName
ASPxRichEditSettings

.Authentication .UserName

|

Remarks

Information provided by the EMail property is used to allow editing of ranges with permissions in a protected document.

See Also

ASPxRichEditAuthenticationSettings Class

ASPxRichEditAuthenticationSettings Members

DevExpress.Web.ASPxRichEdit Namespace