officefileapi-devexpress-dot-xtrarichedit-dot-commands-a2cbd2f8.md
Updates all fields in the selected range.
Namespace : DevExpress.XtraRichEdit.Commands
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public class UpdateFieldsCommand :
SelectionBasedPropertyChangeCommandBase
Public Class UpdateFieldsCommand
Inherits SelectionBasedPropertyChangeCommandBase
This command updates each field and its nested fields in the selected range of the document.
Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand DevExpress.XtraRichEdit.Commands.SelectionBasedCommandBase SelectionBasedPropertyChangeCommandBase UpdateFieldsCommand
See Also