Class TableRow
Represents a table row element.
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TableRow : Block
Constructors
TableRow()
Declaration
public TableRow()
Fields
HeightProperty
Declaration
public static readonly StylePropertyDefinition<Nullable<double>, TableRowProperties> HeightProperty
Field Value
StylePropertyDefinition<System.Nullable<System.Double>, TableRowProperties>
|
RepeatOnEveryPageProperty
Declaration
public static readonly StylePropertyDefinition<Nullable<bool>, TableRowProperties> RepeatOnEveryPageProperty
Field Value
StylePropertyDefinition<System.Nullable<System.Boolean>, TableRowProperties>
|
Properties
Cells
Gets a collection of TableCell objects representing the cells.
Declaration
public TableCellCollection Cells { get; }
Property Value
TableCellCollection
The cells. |
ElementRevisionInfo
Declaration
[XamlCompositePropertySerializable]
public DocumentElementRevisionInfo ElementRevisionInfo { get; set; }
Property Value
DocumentElementRevisionInfo
|
GridRowIndex
Gets the index of the grid row.
Declaration
public int GridRowIndex { get; }
Property Value
System.Int32
The index of the grid row. |
HasRevisions
Declaration
public bool HasRevisions { get; }
Property Value
System.Boolean
|
Height
Declaration
[XamlSerializable]
public double Height { get; set; }
Property Value
System.Double
|
IsDeleted
Declaration
public bool IsDeleted { get; }
Property Value
System.Boolean
|
IsFirst
Declaration
public bool IsFirst { get; }
Property Value
System.Boolean
|
IsInserted
Declaration
public bool IsInserted { get; }
Property Value
System.Boolean
|
IsLast
Declaration
public bool IsLast { get; }
Property Value
System.Boolean
|
RepeatOnEveryPage
Declaration
[XamlSerializable(false)]
public bool RepeatOnEveryPage { get; set; }
Property Value
System.Boolean
|
Table
Gets the Table associated to this row.
Declaration
public Table Table { get; }
Property Value
Table
The table. |
Methods
CopyPropertiesFromOverride(DocumentElement)
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|
Overrides
CreateLayoutBox(DocumentStructureCollection)
Declaration
public override LayoutBox CreateLayoutBox(DocumentStructureCollection documentCollection)
Parameters
DocumentStructureCollection
documentCollection
|
Returns
LayoutBox
|
Overrides
CreateNewElementInstance()
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
|