IUserGroupListService Interface
In This Article
Provides a list of user groups to fill the Editing Permissions form.
Namespace: DevExpress.XtraRichEdit.Services
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Remarks
Use the RangePermission.Group property to obtain identities from the current document.
The Ediiting Permissions form enables you to view/change permissions for selected ranges in the document. To invoke the form, create and execute the ShowRangeEditingPermissionsFormCommand command.
See Also