blob: 75fa3fc16f48794d90a4e37637106a1383ac6c3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<com:TContent ID="body" >
<h1>TTable</h1>
<com:DocLink ClassPath="System.Web.UI.WebControls.TTable" />
<p>
<tt>TTable</tt> displays an HTML table on a page. It is used together with <tt>TTableRow</tt> and <tt>TTableCell</tt> to allow programmatically manipulating HTML tables. The rows of the table is stored in <tt>Rows</tt> property. You may set the table cellspacing and cellpadding via the <tt>CellSpacing</tt> and <tt>CellPadding</tt> properties, respectively. The table caption can be specified via <tt>Caption</tt> whose alignment is specified by <tt>CaptionAlign</tt>. The <tt>GridLines</tt> property indicates how the table should display its borders, and the <tt>BackImageUrl</tt> allows the table to have a background image.
</p>
<com:RunBar PagePath="Controls.Samples.TTable.Home" />
</com:TContent>
|