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.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
RangePermissionOptions | A RangePermissionOptions object containing options for ranges with permissions. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to RangePermissions |
---|---|---|
WinForms Controls | SnapControl |
|
RichEditControl |
|
|
WPF Controls | RichEditControl |
|
Office File API | IRichEditDocumentServer |
|
RichEditDocumentServer |
|
|
Reporting | SyntaxEditor |
|
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)
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the RangePermissions property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.