11 references to HtmlTable
System.Web (10)
UI\HtmlControls\HtmlTable.cs (6)
21
/// <see cref='System.Web.UI.HtmlControls.
HtmlTable
'/>
33
/// Initializes a new instance of the <see cref='System.Web.UI.HtmlControls.
HtmlTable
'/> class.
40
/// <para>Gets or sets the alignment of content within the <see cref='System.Web.UI.HtmlControls.
HtmlTable
'/>
61
/// <para>Gets or sets the background color of an <see cref='System.Web.UI.HtmlControls.
HtmlTable
'/>
83
/// <see cref='System.Web.UI.HtmlControls.
HtmlTable
'/> control.</para>
103
/// <para>Gets or sets the border color of an <see cref='System.Web.UI.HtmlControls.
HtmlTable
'/> control.</para>
UI\HtmlControls\HtmlTableRow.cs (1)
22
/// <tr> elements enclosed within an <see cref='System.Web.UI.HtmlControls.
HtmlTable
'/> control.
UI\HtmlControls\HtmlTableRowCollection.cs (2)
35
private
HtmlTable
owner;
37
internal HtmlTableRowCollection(
HtmlTable
owner) {
UI\HTMLTagNameToTypeMapper.cs (1)
40
t.Add("table", typeof(
HtmlTable
));
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
1359
if (container is
HtmlTable
) {