Back to Devexpress

RangePermission.Range Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-rangepermission-8ebd0d52.md

latest1.3 KB
Original Source

RangePermission.Range Property

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public DocumentRange Range { get; }
vb
Public ReadOnly Property Range As DocumentRange

Property Value

TypeDescription
DocumentRange

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

|

See Also

RangePermission Class

RangePermission Members

DevExpress.XtraRichEdit.API.Native Namespace