1<?xml version="1.0" encoding="utf-8"?>
2<Type Name="PagerButtons" FullName="System.Web.UI.WebControls.PagerButtons">
3  <TypeSignature Language="C#" Value="public enum PagerButtons" />
4  <AssemblyInfo>
5    <AssemblyName>System.Web</AssemblyName>
6    <AssemblyVersion>2.0.0.0</AssemblyVersion>
7  </AssemblyInfo>
8  <Base>
9    <BaseTypeName>System.Enum</BaseTypeName>
10  </Base>
11  <Docs>
12    <since version=".NET 2.0" />
13    <remarks>
14      <attribution license="cc4" from="Microsoft" modified="false" />
15      <para>The <see cref="T:System.Web.UI.WebControls.PagerButtons" /> enumeration represents the types of buttons to display for navigating between pages of content in a paginated control. This enumeration is used by the <see cref="P:System.Web.UI.WebControls.PagerSettings.Mode" /> property to specify the type of navigation buttons to display in controls that use the <see cref="T:System.Web.UI.WebControls.PagerSettings" /> class, such as <see cref="T:System.Web.UI.WebControls.GridView" /> and <see cref="T:System.Web.UI.WebControls.DetailsView" />.</para>
16      <para>PagerButtons.NextPrevious displays <ui>Next</ui> and <ui>Previous</ui> buttons to access the next and previous pages of the paginated control.</para>
17      <para>PagerButtons.NextPreviousFirstLast displays <ui>Next</ui> and <ui>Previous</ui> buttons as well as <ui>First</ui> and <ui>Last</ui> buttons to directly access the first and last pages of the paginated control.</para>
18      <para>PagerButtons.Numeric displays numeric link buttons corresponding to the pages of the paginated control.</para>
19      <para>PagerButtons.NumericFirstLast displays numeric link buttons corresponding to the pages of the paginated control as well as <ui>First</ui> and <ui>Last</ui> buttons to directly access the first and last pages of the paginated control.</para>
20    </remarks>
21    <summary>
22      <attribution license="cc4" from="Microsoft" modified="false" />
23      <para>Specifies the types of buttons to display for navigating between pages of content in a paginated control.</para>
24    </summary>
25  </Docs>
26  <Members>
27    <Member MemberName="NextPrevious">
28      <MemberSignature Language="C#" Value="NextPrevious" />
29      <MemberType>Field</MemberType>
30      <ReturnValue>
31        <ReturnType>System.Web.UI.WebControls.PagerButtons</ReturnType>
32      </ReturnValue>
33      <Docs>
34        <since version=".NET 2.0" />
35        <summary>
36          <attribution license="cc4" from="Microsoft" modified="false" />
37          <para>A set of pagination controls consisting of <ui>Previous</ui> and <ui>Next</ui> buttons.</para>
38        </summary>
39      </Docs>
40      <AssemblyInfo>
41        <AssemblyVersion>2.0.0.0</AssemblyVersion>
42      </AssemblyInfo>
43    </Member>
44    <Member MemberName="NextPreviousFirstLast">
45      <MemberSignature Language="C#" Value="NextPreviousFirstLast" />
46      <MemberType>Field</MemberType>
47      <ReturnValue>
48        <ReturnType>System.Web.UI.WebControls.PagerButtons</ReturnType>
49      </ReturnValue>
50      <Docs>
51        <since version=".NET 2.0" />
52        <summary>
53          <attribution license="cc4" from="Microsoft" modified="false" />
54          <para>A set of pagination controls consisting of <ui>Previous</ui>, <ui>Next</ui>, <ui>First</ui>, and <ui>Last</ui> buttons.</para>
55        </summary>
56      </Docs>
57      <AssemblyInfo>
58        <AssemblyVersion>2.0.0.0</AssemblyVersion>
59      </AssemblyInfo>
60    </Member>
61    <Member MemberName="Numeric">
62      <MemberSignature Language="C#" Value="Numeric" />
63      <MemberType>Field</MemberType>
64      <ReturnValue>
65        <ReturnType>System.Web.UI.WebControls.PagerButtons</ReturnType>
66      </ReturnValue>
67      <Docs>
68        <since version=".NET 2.0" />
69        <summary>
70          <attribution license="cc4" from="Microsoft" modified="false" />
71          <para>A set of pagination controls consisting of numbered link buttons to access pages directly.</para>
72        </summary>
73      </Docs>
74      <AssemblyInfo>
75        <AssemblyVersion>2.0.0.0</AssemblyVersion>
76      </AssemblyInfo>
77    </Member>
78    <Member MemberName="NumericFirstLast">
79      <MemberSignature Language="C#" Value="NumericFirstLast" />
80      <MemberType>Field</MemberType>
81      <ReturnValue>
82        <ReturnType>System.Web.UI.WebControls.PagerButtons</ReturnType>
83      </ReturnValue>
84      <Docs>
85        <since version=".NET 2.0" />
86        <summary>
87          <attribution license="cc4" from="Microsoft" modified="false" />
88          <para>A set of pagination controls consisting of numbered and <ui>First</ui> and <ui>Last</ui> link buttons.</para>
89        </summary>
90      </Docs>
91      <AssemblyInfo>
92        <AssemblyVersion>2.0.0.0</AssemblyVersion>
93      </AssemblyInfo>
94    </Member>
95  </Members>
96</Type>