Skip to main content

RichEditRangePermissionVisibility Enum

Lists values specifying the visibility of indicators for ranges with permissions (highlighting, enclosing brackets).

Namespace: DevExpress.XtraRichEdit

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

#Declaration

[ComVisible(true)]
public enum RichEditRangePermissionVisibility

#Members

Name Description
Auto

Ranges with permissions are usually highlighted.

Visible

Ranges with permissions are always highlighted.

Hidden

Ranges with permissions are not highlighted.

#Passed To

You can pass RichEditRangePermissionVisibility values to the RangePermissionOptions.Visibility property.

#Remarks

Use the RichEditControlOptionsBase.RangePermissions property, to specify the visibility of range indicators.

See Also