Back to Devexpress

FieldCollection.GetMergeFieldNames() Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-fieldcollection-2f671c4a.md

latest1.2 KB
Original Source

FieldCollection.GetMergeFieldNames() Method

Gets a list of merge field names.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
IList<string> GetMergeFieldNames()
vb
Function GetMergeFieldNames As IList(Of String)

Returns

TypeDescription
IList<String>

The list of merge field names.

|

See Also

FieldCollection Interface

FieldCollection Members

DevExpress.XtraRichEdit.API.Native Namespace