Back to Devexpress

AuthenticationOptions.Group Property

officefileapi-devexpress-dot-xtrarichedit-dot-authenticationoptions.md

latest1.8 KB
Original Source

AuthenticationOptions.Group Property

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

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[DefaultValue("")]
public virtual string Group { get; set; }
vb
<DefaultValue("")>
Public Overridable 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
RichEditControlOptionsBase

.Authentication .Group

|

See Also

RangePermission

BeginUpdateRangePermissions()

AuthenticationOptions Class

AuthenticationOptions Members

DevExpress.XtraRichEdit Namespace