SequentialField
Represents a field in a document that allows for sequential data entry. This class is used to manage and manipulate sequential fields within documents to ensure data is entered in the correct order.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class SequentialField : CodeBasedField, ISupportInitialize
Inheritance: objectFieldCodeBasedFieldSequentialField
Implements:
Inherited Members
Constructors
public SequentialField()
Fields
Gets or sets a value indicating whether to restart counting on a specific heading level.
public static readonly FieldPropertyDefinition RestartCountingOnHeadingLevelProperty
Gets the sequence ID of the SequentialField.
public static readonly FieldPropertyDefinition SequenceIDProperty
Properties
Gets the name of the field type.
public override string FieldTypeName { get; }
Overrides:
Gets or sets a value indicating whether to restart counting on a specific heading level.
[XamlSerializable]
public int? RestartCountingOnHeadingLevel { get; set; }
[XamlSerializable]
public string SequenceID { get; set; }
Methods
Builds the field-specific parts of the code fragment, using the current CodeBuilder.
protected override void BuildCodeOverride()
Overrides:
Copies all properties from another field of the same type.
public override void CopyPropertiesFrom(Field fromField)
The other field, which has to be of the same type as the current instance.
Overrides:
Copies the field-specific properties from a FieldCodeExpression.
protected override void CopyPropertiesFromCodeExpression(FieldCodeExpression fieldCodeExpression)
The field code expression.
Overrides:
Creates a new instance of the current field class.
Builds the result fragment of the field.
protected override DocumentFragment GetResultFragment()
The result fragment.
Overrides: