Class FieldRangeStart
Represents the start marker for a field in a RadDocument.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class FieldRangeStart : FieldRangeStartBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IFieldRangeMarker
Constructors
FieldRangeStart()
Properties
Field
Gets or sets the field.
Declaration
[XamlSerializable]
public Field Field { get; set; }
Property Value
Field
The field. |
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another FieldRangeStart.
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
The FieldRangeStart to copy the content from. |
Overrides
CopyPropertiesFromOverride(DocumentElement)
Copies the properties from another document element to the current instance.
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
The FieldRangeStart to copy the properties from. |
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
The new instance. |