Back to Devexpress

RichEditControlOptionsBase.RangePermissions Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditcontroloptionsbase-dc0dd698.md

latest2.5 KB
Original Source

RichEditControlOptionsBase.RangePermissions Property

Provides access to an object used to specify various options for ranges with permissions in the document.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public RangePermissionOptions RangePermissions { get; }
vb
Public ReadOnly Property RangePermissions As RangePermissionOptions

Property Value

TypeDescription
RangePermissionOptions

A RangePermissionOptions object containing options for ranges with permissions.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to RangePermissions
IRichEditDocumentServer

.Options .RangePermissions

| | RichEditDocumentServer |

.Options .RangePermissions

|

Remarks

Use the RichEditControl.Options.RangePermissions or RichEditDocumentServer.Options.RangePermissions notation to get access to options. They enable you to highlight the ranges with the specified color and set the color of range indicators (brackets)

See Also

BeginUpdateRangePermissions()

Authentication

RichEditControlOptionsBase Class

RichEditControlOptionsBase Members

DevExpress.XtraRichEdit Namespace