Represents a flow content element used to group C1TableRow elements within a C1Table.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
[ContentPropertyAttribute("Rows")]
public class C1TableRowGroup : C1Block
Visual Basic
<ContentPropertyAttribute("Rows")> _
Public Class C1TableRowGroup _
	Inherits C1Block
XAML Object Element Usage
<C1TableRowGroup>
  Rows
</C1TableRowGroup>

Inheritance Hierarchy

System..::..Object
  C1.Phone.RichTextBox.Documents..::..C1TextElement
    C1.Phone.RichTextBox.Documents..::..C1Block
      C1.Phone.RichTextBox.Documents..::..C1TableRowGroup

See Also