Skip to main content

ToggleViewMergedDataCommand Class

Displays or hide actual data in MERGEFIELD fields.

Namespace: DevExpress.XtraRichEdit.Commands

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

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

Declaration

public class ToggleViewMergedDataCommand :
    RichEditMenuItemSimpleCommand

Remarks

The command affects how the MERGEFIELD fields are shown. It toggles display of a field placeholder or actual data from the record with the index specified by the RichEditMailMergeOptions.ActiveRecord property.

Note

When this command is executed, all fields in the document are updated.

The RichEditMailMergeOptions.ViewMergedData option also affects how MERGEFIELD data are displayed.

Inheritance

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