Skip to main content
A newer version of this page is available. .

RangePermissionOptions.BracketsColor Property

Gets or sets the color of the visual marks (brackets) that indicate the start and the end of a range with permission in a document with protection disabled.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[XtraSerializableProperty]
public virtual Color BracketsColor { get; set; }

Property Value

Type Description
Color

A Color structure representing ARGB color.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to BracketsColor
WinForms Controls SnapControlOptions
.RangePermissions.BracketsColor
RichEditControlOptions
.RangePermissions.BracketsColor
WPF Controls RichEditControlOptions
.RangePermissions.BracketsColor
Office File API RichEditControlOptionsBase
.RangePermissions.BracketsColor
ASP.NET Web Forms Controls ASPxRichEditSettings
.RangePermissions.BracketsColor
See Also