officefileapi-devexpress-dot-xtrarichedit-dot-commands-18a768bb.md
Updates the field’s result.
Namespace : DevExpress.XtraRichEdit.Commands
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public class UpdateFieldCommand :
FieldBasedRichEditMenuItemSimpleCommand
Public Class UpdateFieldCommand
Inherits FieldBasedRichEditMenuItemSimpleCommand
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.
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