FieldsHighlightMode Enum
In This Article
Lists conditions for highlighting the fields in the document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Auto | Default highlight mode. |
Never | Document fields are not visually recognized. |
Always | Document fields are always highlighted. |
#Passed To
You can pass FieldsHighlightMode values to the FieldOptions.HighlightMode property.
#Remarks
The FieldsHighlightMode enumeration member is specified in the FieldOptions.HighlightMode property. The color used to highlight document fields is specified via the FieldOptions.HighlightColor property.
See Also