MergeFieldName(String, String) Constructor
Initializes a new instance of the MergeFieldName class with the specified field name and display name.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string that is the name of the field for which a mapping object is created. |
displayName | String | A string that is the name of the field displayed within the drop-down merge field list in the editor. |
See Also