Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
public virtual string Group { get; set; }

Property Value

Type Default Description
String String.Empty

A string containing a user group name.

Property Paths

You can access this nested property as listed below:

Object Type Path to Group
RichEditControlOptionsBase
.Authentication .Group
See Also