Back to Devexpress

UpdateFieldsCommand Class

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

latest1.9 KB
Original Source

UpdateFieldsCommand Class

Updates all fields in the selected range.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class UpdateFieldsCommand :
    SelectionBasedPropertyChangeCommandBase
vb
Public Class UpdateFieldsCommand
    Inherits SelectionBasedPropertyChangeCommandBase

Remarks

This command updates each field and its nested fields in the selected range of the document.

Inheritance

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

UpdateFieldsCommand Members

Keyboard Shortcuts in Rich Text Editor

DevExpress.XtraRichEdit.Commands Namespace