BoundField::CreateField Method ()

 

Creates an empty BoundField object.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual DataControlField^ CreateField() override

The CreateField method is a helper method used by the DataControlField::CloneField method to create an empty BoundField object to copy the properties of the current BoundField object to.

.NET Framework
Available since 2.0
Return to top
Show: