IUserListService.GetUsers() Method
Provides a list of user names for the Editing Permissions form.
Namespace: DevExpress.XtraRichEdit.Services
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Returns
Type | Description |
---|---|
IList<String> | A list of strings (the IList<T><String,> object) containing usernames. |
See Also