FormViewPagerRow(Int32, DataControlRowType, DataControlRowState) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.