This documentation is archived and is not being maintained.
DetailsView::CreateRow Method
Visual Studio 2010
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 InheritorsWhen extending the DetailsView class, you can override this method to return a DetailsViewRow object with custom settings.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: