DetailsView::CreateRow Method
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::DetailsViewRowA 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.
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.