DataControlCellType Enumeration
.NET Framework (current version)
Describes the function of a DataControlFieldCell object.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| DataCell | A DataControlFieldCell that contains data. | |
| Footer | A DataControlFieldCell that is the footer cell of a table. Items in the cell are not bound to data. | |
| Header | A DataControlFieldCell that is the header cell of a table. Items in the cell are not bound to data. |
DataControlField objects and the data-bound controls that use them use the DataControlCellType enumeration to identify the type of cell, and therefore what attributes it should have when rendered. The DataCell cell type identifies a data-bound cell in a GridView or DetailsView control, whereas the Header and Footer cells identify cell types that are not bound data cells that contain other, non-data-bound content.
.NET Framework
Available since 2.0
Available since 2.0
Show: