Skip to main content

DocumentRangePermissionStart.Group Property

Gets the name of a group of users for which 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 group’s name.

See Also