TableGrid
Class
Class keeping information about the rows and columns in a table.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class TableGrid
Inheritance: objectTableGrid
Constructors
Initializes a new instance of the TableGrid class.
C#
public TableGrid()
Properties
Represents a collection of table grid columns in the Telerik document model.
C#
public TableGridColumnCollection Columns { get; set; }