﻿<?xml version="1.0" encoding="utf-8"?><Type Name="FormViewPagerRow" FullName="System.Web.UI.WebControls.FormViewPagerRow"><TypeSignature Language="C#" Value="public class FormViewPagerRow : System.Web.UI.WebControls.FormViewRow, System.Web.UI.INamingContainer" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Web.UI.WebControls.FormViewRow</BaseTypeName></Base><Interfaces><Interface><InterfaceName>System.Web.UI.INamingContainer</InterfaceName></Interface></Interfaces><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>An instance of the <see cref="T:System.Web.UI.WebControls.FormViewPagerRow" /> is created to hold the pager controls in a <see cref="T:System.Web.UI.WebControls.FormView" /> control. The <see cref="T:System.Web.UI.INamingContainer" /> interface is a marker that indicates that the <see cref="T:System.Web.UI.WebControls.FormViewPagerRow" /> control is part of the <see cref="T:System.Web.UI.Page" /> object's control hierarchy.</para><para>This class is used primarily by control developers. Control developers can override the <see cref="M:System.Web.UI.WebControls.FormViewPagerRow.#ctor(System.Int32,System.Web.UI.WebControls.DataControlRowType,System.Web.UI.WebControls.DataControlRowState)" /> constructor and the <see cref="M:System.Web.UI.WebControls.FormView.CreateRow(System.Int32,System.Web.UI.WebControls.DataControlRowType,System.Web.UI.WebControls.DataControlRowState)" /> and <see cref="M:System.Web.UI.WebControls.FormView.InitializePager(System.Web.UI.WebControls.FormViewRow,System.Web.UI.WebControls.PagedDataSource)" /> methods of the <see cref="T:System.Web.UI.WebControls.FormView" /> class to create a custom pager row.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents the pager row in a <see cref="T:System.Web.UI.WebControls.FormView" /> control.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public FormViewPagerRow (int rowIndex, System.Web.UI.WebControls.DataControlRowType rowType, System.Web.UI.WebControls.DataControlRowState rowState);" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="rowIndex" Type="System.Int32" /><Parameter Name="rowType" Type="System.Web.UI.WebControls.DataControlRowType" /><Parameter Name="rowState" Type="System.Web.UI.WebControls.DataControlRowState" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Web.UI.WebControls.FormViewPagerRow.#ctor(System.Int32,System.Web.UI.WebControls.DataControlRowType,System.Web.UI.WebControls.DataControlRowState)" /> constructor calls the base class constructor, <see cref="M:System.Web.UI.WebControls.FormViewRow.#ctor(System.Int32,System.Web.UI.WebControls.DataControlRowType,System.Web.UI.WebControls.DataControlRowState)" />, with the specified parameters. For a <see cref="T:System.Web.UI.WebControls.FormViewPagerRow" /> control in a <see cref="T:System.Web.UI.WebControls.FormView" /> control, the call is made  <paramref name="rowType" /> equal to <see cref="F:System.Web.UI.WebControls.DataControlRowType.Pager" /> and <paramref name="rowState" /> equal to <see cref="F:System.Web.UI.WebControls.DataControlRowState.Normal" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.FormViewPagerRow" /> class.</para></summary><param name="rowIndex"><attribution license="cc4" from="Microsoft" modified="false" />The index of the row in the <see cref="T:System.Web.UI.WebControls.FormView" /> control.</param><param name="rowType"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Web.UI.WebControls.DataControlRowType" /> enumeration values.</param><param name="rowState"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Web.UI.WebControls.DataControlRowState" /> enumeration values.</param></Docs></Member></Members></Type>