Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public MergeFieldName(
    string name,
    string displayName
)

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