GridView.CreateAutoGeneratedColumn Method
Note: This API is now obsolete.
Creates an automatically generated column field.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
[ObsoleteAttribute("This is kept for backward compatibility - this API is no more used")] protected 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.AutoGeneratedFieldAn 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. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note