FieldTypeUpdateInfo
Class
Holds information used when specific field type is updated as part of updating all fields in the document.
Definition
Namespace:Telerik.WinForms.Documents.Model.Fields
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class FieldTypeUpdateInfo : IEquatable<FieldTypeUpdateInfo>
Inheritance: objectFieldTypeUpdateInfo
Implements:
Constructors
Initializes a new instance of the FieldTypeUpdateInfo class.
C#
public FieldTypeUpdateInfo()
Properties
Gets or sets a value indicating whether the document have to be paginated during the field update operation.
C#
public bool NeedsPagination { get; set; }
The needs pagination.
Methods
Determines whether the specified FieldTypeUpdateInfo is equal to the current FieldTypeUpdateInfo.
C#
public bool Equals(FieldTypeUpdateInfo other)
The FieldTypeUpdateInfo instance to compare with the current object.
Returns:true if the specified FieldTypeUpdateInfo is equal to the current FieldTypeUpdateInfo; otherwise, false.
Implements: