Back to Devexpress

ASPxRichEditAuthenticationSettings.Group Property

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

latest1.8 KB
Original Source

ASPxRichEditAuthenticationSettings.Group Property

Gets or sets a user group 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 Group { get; set; }
vb
<DefaultValue("")>
Public Overrides Property Group As String

Property Value

TypeDefaultDescription
StringString.Empty

A string containing a user group name.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Group
ASPxRichEditSettings

.Authentication .Group

|

Remarks

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

See Also

ASPxRichEditAuthenticationSettings Class

ASPxRichEditAuthenticationSettings Members

DevExpress.Web.ASPxRichEdit Namespace