ClassTableRow
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
TableRow()
Declaration
public TableRow()
Fields
HeightProperty
Declaration
public static readonly StylePropertyDefinition<double?, TableRowProperties> HeightProperty
Field Value
RepeatOnEveryPageProperty
Declaration
public static readonly StylePropertyDefinition<bool?, TableRowProperties> RepeatOnEveryPageProperty
Field Value
Properties
Cells
Gets a collection of TableCell objects representing the cells.
Declaration
public TableCellCollection Cells { get; }
Property Value
The cells.
ElementRevisionInfo
Declaration
[XamlCompositePropertySerializable]
public DocumentElementRevisionInfo ElementRevisionInfo { get; set; }
Property Value
GridRowIndex
Gets the index of the grid row.
Declaration
public int GridRowIndex { get; }
Property Value
The index of the grid row.
Height
Declaration
[XamlSerializable]
public double Height { get; set; }
Property Value
RepeatOnEveryPage
Declaration
[XamlSerializable(false)]
public bool RepeatOnEveryPage { get; set; }
Property Value
Methods
CopyPropertiesFromOverride(DocumentElement)
Copies the properties from another document element to the current instance.
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
fromElement
The DocumentElement to copy the properties from.
Overrides
CreateLayoutBox(DocumentStructureCollection)
Creates a LayoutBox for the element.
Declaration
public override LayoutBox CreateLayoutBox(DocumentStructureCollection documentCollection)
Parameters
documentCollection
The document collection.
Returns
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides
OnParentChanged()
Called when the parent of the element has been changed.
Declaration
protected override void OnParentChanged()
Overrides
OnParentChanging()
Called when the parent of the element is changing.
Declaration
protected override void OnParentChanging()
Overrides