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