13 references to Header
System.Web (13)
UI\WebControls\DetailsView.cs (3)
1687
_headerRow = CreateRow(-1, DataControlRowType.
Header
, DataControlRowState.Normal, null, rows, null);
2765
case DataControlRowType.
Header
:
3269
case DataControlRowType.
Header
:
UI\WebControls\FormView.cs (3)
1451
_headerRow = CreateRow(itemIndex, DataControlRowType.
Header
, DataControlRowState.Normal, rows, null);
2394
case DataControlRowType.
Header
:
2800
case DataControlRowType.
Header
:
UI\WebControls\GridView.cs (7)
2114
_headerRow = CreateRow(-1, -1, DataControlRowType.
Header
, DataControlRowState.Normal, dataBinding, null, displayFields, rows, null);
2138
_headerRow = CreateRow(-1, -1, DataControlRowType.
Header
, DataControlRowState.Normal, dataBinding, null, displayFields, rows, null);
3325
if (rowType == DataControlRowType.
Header
) {
3332
if ((rowType == DataControlRowType.
Header
) && useAccessibleHeader) {
3350
case DataControlRowType.
Header
:
3990
case DataControlRowType.
Header
:
4075
case DataControlRowType.
Header
: