IUserListService.GetUsers() Method
Provides a list of user names 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 usernames. |
See Also