Skip to main content

ShowInsertMergeFieldFormCommand Class

Invokes the dialog window that allows you to insert merged fields from the database into the document.

Namespace: DevExpress.XtraRichEdit.Commands

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

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

Declaration

public class ShowInsertMergeFieldFormCommand :
    RichEditMenuItemSimpleCommand

Remarks

The form facilitates inserting fields from the data source specified by the RichEditMailMergeOptions.DataSource property. The form looks like the following:

Insert_Merge_Field

Inheritance

Object
Command
DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
RichEditCommand
RichEditMenuItemSimpleCommand
ShowInsertMergeFieldFormCommand
See Also