DetailsViewPagerRow(Int32, DataControlRowType, DataControlRowState) Constructor

Definitie

Initialiseert een nieuw exemplaar van de DetailsViewPagerRow klasse.

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

Parameters

rowIndex
Int32

De index van de rij in de Rows verzameling van het DetailsView besturingselement.

rowType
DataControlRowType

Een van de DataControlRowType opsommingswaarden.

rowState
DataControlRowState

Een van de DataControlRowState opsommingswaarden.

Opmerkingen

De DetailsViewPagerRow constructor roept de basisklasseconstructor aan, DetailsViewRowmet de opgegeven parameters. Voor een DetailsViewPagerRow besturingselement in een DetailsView besturingselement wordt de aanroep uitgevoerd met rowIndex gelijk aan -1, rowType gelijk aan Pageren rowState gelijk aan Normal.

Van toepassing op

Zie ook