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

RangePermission.Range Property

Gets the document range for which the editing permission is set.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

public DocumentRange Range { get; }

Property Value

Type Description
DocumentRange

A DocumentRange representing a range where editing is allowed by a certain user or group only.

See Also