5 references to TableBody
System.Web (5)
UI\WebControls\Table.cs (1)
354
case TableRowSection.
TableBody
:
UI\WebControls\TableRow.cs (3)
88
DefaultValue(TableRowSection.
TableBody
),
94
return((o == null) ? TableRowSection.
TableBody
: (TableRowSection)o);
101
if (value != TableRowSection.
TableBody
) {
UI\WebControls\TableRowCollection.cs (1)
85
if (row.TableSection != TableRowSection.
TableBody
) {