FormViewPagerRow Constructor (Int32, DataControlRowType, DataControlRowState)
.NET Framework (current version)
Initializes a new instance of the FormViewPagerRow class.
Assembly: System.Web (in System.Web.dll)
public: FormViewPagerRow( int rowIndex, DataControlRowType rowType, DataControlRowState rowState )
Parameters
- rowIndex
-
Type:
System::Int32
The index of the row in the FormView 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.
The FormViewPagerRow constructor calls the base class constructor, FormViewRow, with the specified parameters. For a FormViewPagerRow control in a FormView control, the call is made rowType equal to Pager and rowState equal to Normal.
.NET Framework
Available since 2.0
Available since 2.0
Show: