GridView::InitializeRow Method (GridViewRow^, array<DataControlField^>^)
.NET Framework (current version)
Initializes a row in the GridView control.
Assembly: System.Web (in System.Web.dll)
protected: virtual void InitializeRow( GridViewRow^ row, array<DataControlField^>^ fields )
Parameters
- row
-
Type:
System.Web.UI.WebControls::GridViewRow^
A GridViewRow that represents the row to initialize.
- fields
-
Type:
array<System.Web.UI.WebControls::DataControlField^>^
An array of DataControlField objects that represent the column fields in the GridView control.
.NET Framework
Available since 2.0
Available since 2.0
Show:
