DataGrid.CreateColumnSet Method
.NET Framework 3.0
Creates the set of columns to be used to build up the control hierarchy. When AutoGenerateColumns is true, the columns are created to match the data source and are appended to the set of columns defined in the Columns collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected: virtual ArrayList^ CreateColumnSet ( PagedDataSource^ dataSource, bool useDataSource )
protected ArrayList CreateColumnSet ( PagedDataSource dataSource, boolean useDataSource )
protected function CreateColumnSet ( dataSource : PagedDataSource, useDataSource : boolean ) : ArrayList
Not applicable.
Parameters
- dataSource
The data source being used to create the control hierarchy
- useDataSource
Whether to use the data source to generate columns automatically or to use saved state.
Return Value
An ArrayList containing the effective set of columns in the right order.Community Additions
ADD
Show: