Class TableRow
Represents a table row element.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class TableRow : Block, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
TableRow()
Declaration
public TableRow()
Fields
HeightProperty
Declaration
public static readonly StylePropertyDefinition<double? , TableRowProperties> HeightProperty
Field Value
Style
|
RepeatOnEveryPageProperty
Declaration
public static readonly StylePropertyDefinition<bool? , TableRowProperties> RepeatOnEveryPageProperty
Field Value
Style
|
Properties
Cells
Gets a collection of Table
Declaration
public TableCellCollection Cells { get; }
Property Value
Table 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
System. The index of the grid row. |
HasRevisions
Declaration
public bool HasRevisions { get; }
Property Value
System.
|
Height
Declaration
[XamlSerializable]
public double Height { get; set; }
Property Value
System.
|
IsDeleted
Declaration
public bool IsDeleted { get; }
Property Value
System.
|
IsFirst
Declaration
public bool IsFirst { get; }
Property Value
System.
|
IsInserted
Declaration
public bool IsInserted { get; }
Property Value
System.
|
IsLast
Declaration
public bool IsLast { get; }
Property Value
System.
|
RepeatOnEveryPage
Declaration
[XamlSerializable(false)]
public bool RepeatOnEveryPage { get; set; }
Property Value
System.
|
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
Document
|
Overrides
CreateLayoutBox(DocumentStructureCollection)
Declaration
public override LayoutBox CreateLayoutBox(DocumentStructureCollection documentCollection)
Parameters
Document
|
Returns
Overrides
CreateNewElementInstance()
Declaration
protected override DocumentElement CreateNewElementInstance()