Skip to main content

InsertMergeFieldCommand(IRichEditControl, String) Constructor

In This Article

Initializes a new instance of the InsertMergeFieldCommand class with the specified owner and field argument.

Namespace: DevExpress.XtraRichEdit.Commands

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

#Declaration

public InsertMergeFieldCommand(
    IRichEditControl control,
    string fieldArgument
)

#Parameters

Name Type Description
control IRichEditControl

An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl).

fieldArgument String

A string containing the name of the data column.

See Also