DataControlFieldCell.ContainingField Property
.NET Framework 3.0
Gets the DataControlField object that contains the current cell.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public DataControlField get_ContainingField ()
public function get ContainingField () : DataControlField
Not applicable.
Property Value
A DataControlField that contains the current cell, or a null reference (Nothing in Visual Basic), if no DataControlField is passed to the class constructor.The content rendering for the DataControlFieldCell object might be affected by the various DataControlField properties of the containing field, such as ItemStyle, ControlStyle, and ShowHeader.
Community Additions
ADD
Show: