Skip to main content

IUserListService.GetUsers() Method

Provides a list of user names for the Editing Permissions form.

Namespace: DevExpress.XtraRichEdit.Services

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

IList<string> GetUsers()

Returns

Type Description
IList<String>

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

See Also