MergeFieldName Class
Maps a data source field name and its display name for use in a bar or Ribbon editor UI.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v20.2.Core.dll
Declaration
Remarks
The MergeFieldName objects are items of the collection accessible within the RichEditControl.CustomizeMergeFields event handler via the CustomizeMergeFieldsEventArgs.MergeFieldsNames property.
The InsertMergeFieldCommand uses the MergeFieldName objects to construct a drop-down list of fields. Review the Simple Data Merge demo of the Rich Editor to learn more.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the MergeFieldName class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.