IUserGroupListService.GetUserGroups() Method
Provides a list of groups for the Editing Permissions form.
Namespace: DevExpress.XtraRichEdit.Services
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
IList<String> | A list of strings (the IList<T><String,> object) containing group names. |
See Also