A block-level flow content element that provides a grid-based presentation organized by rows and columns.

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("RowGroups")]
public class C1Table : C1Block
Visual Basic
<ContentPropertyAttribute("RowGroups")> _
Public Class C1Table _
	Inherits C1Block
XAML Object Element Usage
<C1Table>
  RowGroups
</C1Table>

Inheritance Hierarchy

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

See Also