DetailsViewRow Constructor (Int32, DataControlRowType, DataControlRowState)
.NET Framework (current version)
Initializes a new instance of the DetailsViewRow class.
Assembly: System.Web (in System.Web.dll)
public: DetailsViewRow( int rowIndex, DataControlRowType rowType, DataControlRowState rowState )
Parameters
- rowIndex
-
Type:
System::Int32
The index of the row in the Rows collection of the DetailsView control.
- rowType
-
Type:
System.Web.UI.WebControls::DataControlRowType
One of the DataControlRowType enumeration values.
- rowState
-
Type:
System.Web.UI.WebControls::DataControlRowState
One of the DataControlRowState enumeration values.
Use this constructor to initialize a new instance of the DetailsViewRow class.
The following table shows initial property values for an instance of the DetailsViewRow class.
Property | Initial value |
|---|---|
The value specified by the itemIndex parameter. | |
The value specified by the rowType parameter. | |
The value specified by the rowState parameter. |
.NET Framework
Available since 2.0
Available since 2.0
Show: