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.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
String | A string containing a user group name. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Group |
---|---|---|
WinForms Controls | SnapControlOptions |
|
RichEditControlOptions |
|
|
WPF Controls | RichEditControlOptions |
|
Office File API | RichEditControlOptionsBase |
|
ASP.NET Web Forms Controls | ASPxRichEditSettings |
|
Remarks
Information provided by the Group property is used to allow editing of ranges with permissions in a protected document.
See Also
Feedback