Back to Devexpress

ASPxRichEditSettings.Authentication Property

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxricheditsettings-797b8697.md

latest1.9 KB
Original Source

ASPxRichEditSettings.Authentication Property

Provides access to a user’s credentials used to identify editable ranges in a protected document.

Namespace : DevExpress.Web.ASPxRichEdit

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public ASPxRichEditAuthenticationSettings Authentication { get; }
vb
Public ReadOnly Property Authentication As ASPxRichEditAuthenticationSettings

Property Value

TypeDescription
ASPxRichEditAuthenticationSettings

An ASPxRichEditAuthenticationSettings class instance that provides access to the user’s credentials.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to Authentication
ASP.NET MVC ExtensionsRichEditSettings

.Settings .Authentication

| | ASP.NET Web Forms Controls | ASPxRichEdit |

.Settings .Authentication

|

See Also

ASPxRichEditSettings Class

ASPxRichEditSettings Members

DevExpress.Web.ASPxRichEdit Namespace