Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentRangePermissionEnd.UserName Property

Gets the name of a user for whom the editing permission is set.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public string UserName { get; }

Property Value

Type Description
String

A String object that is the user’s name.

See Also