Back to Devexpress

DXRichEditFieldOptions.HighlightColor Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditfieldoptions-82fd6f37.md

latest1.7 KB
Original Source

DXRichEditFieldOptions.HighlightColor Property

Gets or sets the color used to highlight the document fields. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public Color HighlightColor { get; set; }
vb
Public Property HighlightColor As Color

Property Value

TypeDescription
Color

A Color value representing the highlight color.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to HighlightColor
RichEditControl

.FieldOptions .HighlightColor

|

Remarks

To enable highlighting the document fields, set the DXRichEditFieldOptions.HighlightMode property.

See Also

Fields

DXRichEditFieldOptions Class

DXRichEditFieldOptions Members

DevExpress.Xpf.RichEdit Namespace