officefileapi-devexpress-dot-xtrarichedit-dot-commands-25fb58c4.md
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
public class ShowInsertMergeFieldFormCommand :
RichEditMenuItemSimpleCommand
Public Class ShowInsertMergeFieldFormCommand
Inherits RichEditMenuItemSimpleCommand
The form facilitates inserting fields from the data source specified by the RichEditMailMergeOptions.DataSource property. The form looks like the following:
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