Represents a cell in the rendered table of a tabular ASP.NET data-bound control, such as System.Web.UI.WebControls.DetailsView or System.Web.UI.WebControls.GridView.
See Also: DataControlFieldCell Members
The System.Web.UI.WebControls.DataControlFieldCell class is a strongly typed System.Web.UI.WebControls.TableCell class that represents a cell in ASP.NET data-bound controls that render their contents in a tabular layout, such as System.Web.UI.WebControls.GridView and System.Web.UI.WebControls.DetailsView.
The System.Web.UI.WebControls.DataControlField object that contains the System.Web.UI.WebControls.DataControlFieldCell object controls how the cell is rendered by applying styles to the cell. You can access the containing System.Web.UI.WebControls.DataControlField object using the DataControlFieldCell.ContainingField property.