DynamicField::CreateField Method ()
.NET Framework (current version)
Creates and returns a new instance of the DynamicField class.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Return Value
Type: System.Web.UI.WebControls::DataControlField^A new instance of the DynamicField class.
The CreateField method is a helper method. It is used by the CloneField method to create an empty DynamicField object.
Notes to Inheritors:
Override the CreateField method to return a new instance of the derived class. Do not call the CreateField method of the base class.
.NET Framework
Available since 3.5
Available since 3.5
Show: