FormViewPagerRow(Int32, DataControlRowType, DataControlRowState) Constructor

Definitie

Initialiseert een nieuw exemplaar van de FormViewPagerRow klasse.

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

De index van de rij in het FormView besturingselement.

rowType
DataControlRowType

Een van de DataControlRowType opsommingswaarden.

rowState
DataControlRowState

Een van de DataControlRowState opsommingswaarden.

Opmerkingen

De FormViewPagerRow constructor roept de basisklasseconstructor aan, FormViewRowmet de opgegeven parameters. Voor een FormViewPagerRow besturingselement in een FormView besturingselement wordt de aanroep gelijk aan rowTypePager en rowState gelijk aan Normalgemaakt.

Van toepassing op

Zie ook