FormViewPagerRow(Int32, DataControlRowType, DataControlRowState) Oluşturucu

Tanım

FormViewPagerRow sınıfının yeni bir örneğini başlatır.

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)

Parametreler

rowIndex
Int32

Denetimde satırın FormView dizini.

rowType
DataControlRowType

Numaralama DataControlRowType değerlerinden biri.

rowState
DataControlRowState

Numaralama DataControlRowState değerlerinden biri.

Açıklamalar

Oluşturucu, FormViewPagerRow belirtilen parametrelerle temel FormViewRow sınıf oluşturucusu olan 'i çağırır. Denetimde FormViewPagerRow bir denetim için FormView çağrısına eşit ve rowType Pager rowState eşittir. Normal

Şunlara uygulanır

Ayrıca bkz.