28 references to DataControlCellType
System.Web (26)
UI\WebControls\BoundField.cs (3)
539public override void InitializeCell(DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex) { 544if (cellType == DataControlCellType.Header && SupportsHtmlEncode && HtmlEncode) { 562case DataControlCellType.DataCell:
UI\WebControls\ButtonField.cs (3)
203public override void InitializeCell(DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex) { 206if ((cellType != DataControlCellType.Header) && 207(cellType != DataControlCellType.Footer)) {
UI\WebControls\CommandField.cs (2)
585public override void InitializeCell(DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex) { 597if (cellType == DataControlCellType.DataCell) {
UI\WebControls\DataControlField.cs (3)
463public virtual void InitializeCell(DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex) { 465case DataControlCellType.Header: 538case DataControlCellType.Footer:
UI\WebControls\DetailsView.cs (2)
2757field.InitializeCell(headerTextCell, DataControlCellType.Header, rowState, itemIndex); 2763field.InitializeCell(contentCell, DataControlCellType.DataCell, rowState, itemIndex);
UI\WebControls\GridView.cs (4)
3348DataControlCellType cellType; 3351cellType = DataControlCellType.Header; 3354cellType = DataControlCellType.Footer; 3357cellType = DataControlCellType.DataCell;
UI\WebControls\HyperLinkField.cs (2)
290public override void InitializeCell(DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex) { 293if (cellType == DataControlCellType.DataCell) {
UI\WebControls\ImageField.cs (2)
437public override void InitializeCell(DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex) { 441case DataControlCellType.DataCell:
UI\WebControls\TemplateField.cs (5)
268public override void InitializeCell(DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex) { 273case DataControlCellType.Header: 277case DataControlCellType.Footer: 281case DataControlCellType.DataCell: 316if (cellType == DataControlCellType.DataCell) {
System.Web.DynamicData (2)
DynamicData\DynamicField.cs (2)
195public override void InitializeCell(DataControlFieldCell cell, DataControlCellType cellType, 200if (cellType == DataControlCellType.DataCell) {