Back to Devexpress

ShowInsertMergeFieldFormCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-25fb58c4.md

latest2.7 KB
Original Source

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ShowInsertMergeFieldFormCommand :
    RichEditMenuItemSimpleCommand
vb
Public Class ShowInsertMergeFieldFormCommand
    Inherits RichEditMenuItemSimpleCommand

Remarks

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

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

ShowInsertMergeFieldFormCommand Members

DataSource

ShowAllFieldCodesCommand

ShowAllFieldResultsCommand

Keyboard Shortcuts in Rich Text Editor

MailMerge

Insert Merge Field Dialog

DevExpress.XtraRichEdit.Commands Namespace