6 references to Header
System.Web (6)
UI\WebControls\BoundField.cs (1)
544
if (cellType == DataControlCellType.
Header
&& SupportsHtmlEncode && HtmlEncode) {
UI\WebControls\ButtonField.cs (1)
206
if ((cellType != DataControlCellType.
Header
) &&
UI\WebControls\DataControlField.cs (1)
465
case DataControlCellType.
Header
:
UI\WebControls\DetailsView.cs (1)
2757
field.InitializeCell(headerTextCell, DataControlCellType.
Header
, rowState, itemIndex);
UI\WebControls\GridView.cs (1)
3351
cellType = DataControlCellType.
Header
;
UI\WebControls\TemplateField.cs (1)
273
case DataControlCellType.
Header
: