DetailsView.InitializeRow Method (DetailsViewRow, DataControlField)
.NET Framework (current version)
Initializes the specified DetailsViewRow object.
Assembly: System.Web (in System.Web.dll)
Protected Overridable Sub InitializeRow ( row As DetailsViewRow, field As DataControlField )
Parameters
- row
-
Type:
System.Web.UI.WebControls.DetailsViewRow
The DetailsViewRow to initialize.
- field
-
Type:
System.Web.UI.WebControls.DataControlField
The DataControlField that corresponds to the row.
The InitializeRow method is a helper method called by the DetailsView control to initialize the specified DetailsViewRow object. The row is initialized for the DataControlField object contained in the field parameter.
Notes to Inheritors:
When extending the DetailsView class, you can override this method to create your own custom row.
.NET Framework
Available since 2.0
Available since 2.0
Show: