Skip to main content

RangePermission.Group Property

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

public string Group { get; set; }

#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