Back to Devexpress

ToggleViewMergedDataCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-e4f495d5.md

latest2.9 KB
Original Source

ToggleViewMergedDataCommand Class

Displays or hide actual data in MERGEFIELD fields.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ToggleViewMergedDataCommand :
    RichEditMenuItemSimpleCommand
vb
Public Class ToggleViewMergedDataCommand
    Inherits 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> RichEditCommand RichEditMenuItemSimpleCommand ToggleViewMergedDataCommand

See Also

ToggleViewMergedDataCommand Members

ViewMergedData

ToggleFieldCodesCommand

ShowAllFieldCodesCommand

ShowAllFieldResultsCommand

Keyboard Shortcuts in Rich Text Editor

ActiveRecord

DevExpress.XtraRichEdit.Commands Namespace