This documentation is archived and is not being maintained.

DataGrid.CreateColumnSet Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Protected Overridable Function CreateColumnSet( _
   ByVal dataSource As PagedDataSource, _
   ByVal useDataSource As Boolean _
) As ArrayList
[C#]
protected virtual ArrayList CreateColumnSet(
 PagedDataSource dataSource,
 bool useDataSource
);
[C++]
protected: virtual ArrayList* CreateColumnSet(
 PagedDataSource* dataSource,
 bool useDataSource
);
[JScript]
protected function CreateColumnSet(
   dataSource : PagedDataSource,
 useDataSource : Boolean
) : ArrayList;

See Also

DataGrid Class | DataGrid Members | System.Web.UI.WebControls Namespace

Show: