14 references to TableRowSection
System.Web (14)
UI\WebControls\Table.cs (6)
337
TableRowSection
currentSection =
TableRowSection
.TableHeader;
344
if (currentSection < row.TableSection || (row.TableSection ==
TableRowSection
.TableHeader && !openedTag)) {
351
case
TableRowSection
.TableHeader:
354
case
TableRowSection
.TableBody:
357
case
TableRowSection
.TableFooter:
UI\WebControls\TableRow.cs (7)
88
DefaultValue(
TableRowSection
.TableBody),
91
public virtual
TableRowSection
TableSection {
94
return((o == null) ?
TableRowSection
.TableBody : (
TableRowSection
)o);
97
if (value <
TableRowSection
.TableHeader || value >
TableRowSection
.TableFooter) {
101
if (value !=
TableRowSection
.TableBody) {
UI\WebControls\TableRowCollection.cs (1)
85
if (row.TableSection !=
TableRowSection
.TableBody) {