RichEditRangePermissionVisibility Enum
Lists values specifying the visibility of indicators for ranges with permissions (highlighting, enclosing brackets).
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v21.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Auto
|
The default value. Currently is equal to RichEditRangePermissionVisibility.Visible |
Visible
|
Ranges with permissions are always highlighted. |
Hidden
|
Ranges with permissions are not highlighted. |
Related API Members
The following properties accept/return RichEditRangePermissionVisibility values:
Library | Related API Members |
---|---|
WPF Controls | DXRichEditRangePermissionOptions.Visibility |
Office File API | RangePermissionOptions.Visibility |
ASP.NET Web Forms Controls | ASPxRichEditRangePermissionSettings.Visibility |
Remarks
Use the RangePermissionOptions.Visibility property (accessible using the RichEditControlOptionsBase.RangePermissions property) to specify the visibility of range indicators.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RichEditRangePermissionVisibility enum.
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.