GridViewColumnsGenerator.CreateAutoGeneratedFields Method (Object, Control)

.NET Framework (current version)
 

Generates fields based on the current data item.

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

override CreateAutoGeneratedFields : 
        dataObject:Object *
        control:Control -> List<AutoGeneratedField>

Parameters

dataObject
Type: System.Object

The current data item.

control
Type: System.Web.UI.Control

The current control.

Return Value

Type: System.Collections.Generic.List<AutoGeneratedField>

The list of generated fields.

.NET Framework
Available since 4.5
Return to top
Show: