FormViewPagerRow(Int32, DataControlRowType, DataControlRowState) Constructor

Definition

Initializes a new instance of the FormViewPagerRow class.

public:
 FormViewPagerRow(int rowIndex, System::Web::UI::WebControls::DataControlRowType rowType, System::Web::UI::WebControls::DataControlRowState rowState);
public FormViewPagerRow (int rowIndex, System.Web.UI.WebControls.DataControlRowType rowType, System.Web.UI.WebControls.DataControlRowState rowState);
new System.Web.UI.WebControls.FormViewPagerRow : int * System.Web.UI.WebControls.DataControlRowType * System.Web.UI.WebControls.DataControlRowState -> System.Web.UI.WebControls.FormViewPagerRow
Public Sub New (rowIndex As Integer, rowType As DataControlRowType, rowState As DataControlRowState)

Parameters

rowIndex
Int32

The index of the row in the FormView control.

rowType
DataControlRowType

One of the DataControlRowType enumeration values.

rowState
DataControlRowState

One of the DataControlRowState enumeration values.

Remarks

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.

Applies to

See also