Skip to main content

DocumentRangePermissionEnd.Group Property

Gets the name of a group of users for whom the editing permission is set.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

public string Group { get; }

Property Value

Type Description
String

A String object that is the user group name.

See Also