Skip to main content
A newer version of this page is available. .

IUserGroupListService.GetUserGroups() Method

Provides a list of groups for the Editing Permissions form.

Namespace: DevExpress.XtraRichEdit.Services

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

Declaration

IList<string> GetUserGroups()

Returns

Type Description
IList<String>

A list of strings (the IList<T><String,> object) containing group names.

See Also