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