DataGrid.CreateColumnSet Method (PagedDataSource, Boolean)
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
abstract CreateColumnSet : dataSource:PagedDataSource * useDataSource:bool -> ArrayList override CreateColumnSet : dataSource:PagedDataSource * useDataSource:bool -> ArrayList
Parameters
- dataSource
-
Type:
System.Web.UI.WebControls.PagedDataSource
The data source being used to create the control hierarchy
- useDataSource
-
Type:
System.Boolean
Whether to use the data source to generate columns automatically or to use saved state.
Return Value
Type: System.Collections.ArrayListAn ArrayList containing the effective set of columns in the right order.
.NET Framework
Available since 1.1
Available since 1.1
Show: