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

IUserListService.GetUsers() Method

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

Namespace: DevExpress.XtraRichEdit.Services

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

Declaration

IList<string> GetUsers()

Returns

Type Description
IList<String>

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

Remarks

Tip

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E2594.

See Also