GridView::CreateColumns Method
Creates the set of column fields used to build the control hierarchy.
Assembly: System.Web (in System.Web.dll)
protected: virtual ICollection^ CreateColumns( PagedDataSource^ dataSource, bool useDataSource )
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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: