TableRow
Represents a table row element.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class TableRow : Block, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementBlockTableRow...
Implements:
Inherited Members
Constructors
public TableRow()
Fields
public static readonly StylePropertyDefinition<double?, TableRowProperties> HeightProperty
public static readonly StylePropertyDefinition<bool?, TableRowProperties> RepeatOnEveryPageProperty
Properties
Gets a collection of TableCell objects representing the cells.
public TableCellCollection Cells { get; }
The cells.
[XamlCompositePropertySerializable]
public DocumentElementRevisionInfo ElementRevisionInfo { get; set; }
Gets the index of the grid row.
public int GridRowIndex { get; }
The index of the grid row.
public bool HasRevisions { get; }
public bool IsInserted { get; }
[XamlSerializable(false)]
public bool RepeatOnEveryPage { get; set; }
Methods
Copies the properties from another document element to the current instance.
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
The DocumentElement to copy the properties from.
Overrides:
Creates a LayoutBox for the element.
public override LayoutBox CreateLayoutBox(DocumentStructureCollection documentCollection)
The document collection.
Returns:Overrides:
Creates a new instance of this element.
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides:
Called when the parent of the element has been changed.
protected override void OnParentChanged()
Overrides:
Called when the parent of the element is changing.
protected override void OnParentChanging()
Overrides: