Skip to main content

MergeFieldName Class

Map object that maps a data source field name and its display name.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

[ComVisible(true)]
public class MergeFieldName :
    IComparable<MergeFieldName>

#Remarks

The MergeFieldName objects are exposed as items of the collection accessible via the CustomizeMergeFieldsEventArgs.MergeFieldsNames property.

#Inheritance

Object
MergeFieldName
See Also