DataControlFieldCell::ContainingField Property
.NET Framework (current version)
Gets the DataControlField object that contains the current cell.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.UI.WebControls::DataControlField^A DataControlField that contains the current cell, or null, 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: