Back to Devexpress

DXRichEditFieldOptions.HighlightMode Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditfieldoptions-d5271182.md

latest1.9 KB
Original Source

DXRichEditFieldOptions.HighlightMode Property

Gets or sets whether the document fields should be highlighted. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public FieldsHighlightMode HighlightMode { get; set; }
vb
Public Property HighlightMode As FieldsHighlightMode

Property Value

TypeDescription
FieldsHighlightMode

A FieldsHighlightMode enumeration value specifying the condition.

|

Available values:

NameDescription
Auto

Default highlight mode (equals to FieldsHighlightMode.Never )

| | Never |

Document fields are not visually recognized.

| | Always |

Document fields are always highlighted.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to HighlightMode
RichEditControl

.FieldOptions .HighlightMode

|

Remarks

To set the highlight color, use the DXRichEditFieldOptions.HighlightColor property.

See Also

DXRichEditFieldOptions Class

DXRichEditFieldOptions Members

DevExpress.Xpf.RichEdit Namespace