RangePermission.Group Property
In This Article
Gets or sets the name of the group of users for which the editing permission is set.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A string containing the name of the user group. |
#Remarks
Specify the current group via the AuthenticationOptions.Group property.
See Also