Back to Devexpress

Field.IsMergeField Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-field-3bc7b0c6.md

latest1.1 KB
Original Source

Field.IsMergeField Property

Gets or sets whether this field is a merge field.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool IsMergeField { get; }
vb
ReadOnly Property IsMergeField As Boolean

Property Value

TypeDescription
Boolean

true if the field is the merge field, otherwise, false.

|

See Also

Field Interface

Field Members

DevExpress.XtraRichEdit.API.Native Namespace