Back to Devexpress

FieldsHighlightMode Enum

officefileapi-devexpress-dot-xtrarichedit-5fc9ea5e.md

latest1.7 KB
Original Source

FieldsHighlightMode Enum

Lists conditions for highlighting the fields in the document.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public enum FieldsHighlightMode
vb
<ComVisible(True)>
Public Enum FieldsHighlightMode

Members

NameDescription
Auto

Default highlight mode (equals to FieldsHighlightMode.Never )

| | Never |

Document fields are not visually recognized.

| | Always |

Document fields are always highlighted.

|

The following properties accept/return FieldsHighlightMode values:

LibraryRelated API Members
WPF ControlsDXRichEditFieldOptions.HighlightMode
Office File APIFieldOptions.HighlightMode

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

DevExpress.XtraRichEdit Namespace