GridView.CreateColumns Method
Creates the set of column fields used to build the control hierarchy.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
abstract CreateColumns : dataSource:PagedDataSource * useDataSource:bool -> ICollection override CreateColumns : dataSource:PagedDataSource * useDataSource:bool -> ICollection
Parameters
- dataSource
- Type: System.Web.UI.WebControls.PagedDataSource
A PagedDataSource that represents the data source.
- useDataSource
- Type: System.Boolean
true to use the data source specified by the dataSource parameter; otherwise, false.
Return Value
Type: System.Collections.ICollectionA System.Collections.ICollection that contains the fields used to build the control hierarchy.
When the AutoGenerateColumns property is set to true, a bound column field is automatically created for each field in the data source. Each bound column field is then displayed as a row in the GridView control in the order that the fields appear in the data source. The CreateColumns method is used to create the automatically generated column fields.
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