Back to Devexpress

UpdateFieldCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-18a768bb.md

latest2.3 KB
Original Source

UpdateFieldCommand Class

Updates the field’s result.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class UpdateFieldCommand :
    FieldBasedRichEditMenuItemSimpleCommand
vb
Public Class UpdateFieldCommand
    Inherits FieldBasedRichEditMenuItemSimpleCommand

Remarks

To update a field, you can also use the Field.Update method.

To update all fields in the document, use the ToggleViewMergedDataCommand command or the FieldCollection.Update method.

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand DevExpress.XtraRichEdit.Commands.FieldBasedRichEditMenuItemSimpleCommand UpdateFieldCommand

See Also

UpdateFieldCommand Members

ToggleViewMergedDataCommand

Update()

DevExpress.XtraRichEdit.Commands Namespace