GridView.CreateAutoGeneratedColumn Method
.NET Framework 3.0
Creates an automatically generated column field.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected: virtual AutoGeneratedField^ CreateAutoGeneratedColumn ( AutoGeneratedFieldProperties^ fieldProperties )
protected AutoGeneratedField CreateAutoGeneratedColumn ( AutoGeneratedFieldProperties fieldProperties )
protected function CreateAutoGeneratedColumn ( fieldProperties : AutoGeneratedFieldProperties ) : AutoGeneratedField
Not applicable.
Parameters
- fieldProperties
An AutoGeneratedFieldProperties that represents the properties of the automatically generated column field to create.
Return Value
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. |
Community Additions
ADD
Show:
Note: