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

Manager class that hosts field updates logic.

Definition

Namespace:Telerik.Windows.Documents.Model.Fields

Assembly:Telerik.Windows.Controls.RichTextBox.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.