New to Telerik UI for WinFormsStart a free 30-day trial

Manager class that hosts field updates logic.

Definition

Namespace:Telerik.WinForms.Documents.Model.Fields

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public static class FieldsUpdateManager

Inheritance: objectFieldsUpdateManager

Methods

Registers the update priority for field of given type.

C#
public static void RegisterFieldUpdateInfo(Type fieldType, FieldTypeUpdateInfo fieldTypeUpdateInfo)
Parameters:fieldTypeType

Type of the field.

fieldTypeUpdateInfoFieldTypeUpdateInfo

Information needed for updating a field.