DetailsView::CreateRow Method (Int32, DataControlRowType, DataControlRowState)
.NET Framework (current version)
Creates a DetailsViewRow object using the specified item index, row type, and row state.
Assembly: System.Web (in System.Web.dll)
protected: virtual DetailsViewRow^ CreateRow( int rowIndex, DataControlRowType rowType, DataControlRowState rowState )
Parameters
- rowIndex
-
Type:
System::Int32
The zero-based index of the data item to display.
- rowType
-
Type:
System.Web.UI.WebControls::DataControlRowType
One of the DataControlRowType values.
- rowState
-
Type:
System.Web.UI.WebControls::DataControlRowState
One of the DataControlRowState values.
Return Value
Type: System.Web.UI.WebControls::DetailsViewRow^A DetailsViewRow with the specified item index, row type, and row state.
The CreateRow method is a helper method called by the DetailsView control to create a DetailsViewRow object.
Notes to Inheritors:
When extending the DetailsView class, you can override this method to return a DetailsViewRow object with custom settings.
.NET Framework
Available since 2.0
Available since 2.0
Show: