RangePermission.Range Property
In This Article
Gets the document range for which the editing permission is set.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public DocumentRange Range { get; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
See Also