GridView::CreateAutoGeneratedColumn Method (AutoGeneratedFieldProperties^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Return to top
Creates an automatically generated column field.
Assembly: System.Web (in System.Web.dll)
protected: [ObsoleteAttribute("This is kept for backward compatibility - this API is no more used")] virtual AutoGeneratedField^ CreateAutoGeneratedColumn( AutoGeneratedFieldProperties^ fieldProperties )
Parameters
- fieldProperties
-
Type:
System.Web.UI.WebControls::AutoGeneratedFieldProperties^
An AutoGeneratedFieldProperties that represents the properties of the automatically generated column field to create.
Return Value
Type: System.Web.UI.WebControls::AutoGeneratedField^An AutoGeneratedField that represents the automatically generated column field specified by the fieldProperties parameter.
The CreateAutoGeneratedColumn method is used to create an automatically generated column field when the AutoGenerateColumns property is set to true. The properties of the automatically generated column field are specified through the AutoGeneratedFieldProperties object contained in the fieldProperties parameter.
Note |
|---|
This method is used primarily by control developers to extend the GridView control. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
