﻿<?xml version="1.0" encoding="utf-8"?><Type Name="DataGridPagerStyle" FullName="System.Web.UI.WebControls.DataGridPagerStyle"><TypeSignature Language="C#" Maintainer="auto" Value="public sealed class DataGridPagerStyle : System.Web.UI.WebControls.TableItemStyle" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyPublicKey></AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Base><BaseTypeName>System.Web.UI.WebControls.TableItemStyle</BaseTypeName></Base><Interfaces></Interfaces><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The pager is an element on the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control that allows you to link to other pages when paging is enabled. The <see cref="P:System.Web.UI.WebControls.DataGrid.PagerStyle" /> property of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control uses an instance of this class to represent the style properties for the pager.</para><para>For more information on paging, see <see cref="P:System.Web.UI.WebControls.DataGrid.AllowPaging" /> and <see cref="P:System.Web.UI.WebControls.DataGrid.AllowCustomPaging" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the style for the pager of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. This class cannot be inherited.</para></summary></Docs><Members><Member MemberName="CopyFrom"><MemberSignature Language="C#" Value="public override void CopyFrom (System.Web.UI.WebControls.Style s);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="s" Type="System.Web.UI.WebControls.Style" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="M:System.Web.UI.WebControls.DataGridPagerStyle.CopyFrom(System.Web.UI.WebControls.Style)" /> method to copy the style properties of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object into this instance of the <see cref="T:System.Web.UI.WebControls.DataGridPagerStyle" /> class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Copies the style of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object into this instance of the <see cref="T:System.Web.UI.WebControls.DataGridPagerStyle" /> class.</para></summary><param name="s"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.UI.WebControls.Style" /> to copy from. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="MergeWith"><MemberSignature Language="C#" Value="public override void MergeWith (System.Web.UI.WebControls.Style s);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="s" Type="System.Web.UI.WebControls.Style" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="M:System.Web.UI.WebControls.DataGridPagerStyle.MergeWith(System.Web.UI.WebControls.Style)" /> method to combine the style properties of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object with this instance of the <see cref="T:System.Web.UI.WebControls.DataGridPagerStyle" /> class. If a property from this instance is already set to a value, the property is unchanged. If a property is not set, this method sets that property with the value from the corresponding property of the <see cref="T:System.Web.UI.WebControls.Style" /> object.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Merges the style of the specified <see cref="T:System.Web.UI.WebControls.Style" /> object with this instance of the <see cref="T:System.Web.UI.WebControls.DataGridPagerStyle" /> class.</para></summary><param name="s"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.UI.WebControls.Style" /> to merge with. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Mode"><MemberSignature Language="C#" Value="public System.Web.UI.WebControls.PagerMode Mode { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.PagerMode</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'PagerMode'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="P:System.Web.UI.WebControls.DataGridPagerStyle.Mode" /> property to specify which set of pager buttons to use on the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. You can specify buttons that link to the next and previous page, or numeric buttons that link directly to a page.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value that specifies whether the pager element displays buttons that link to the next and previous page, or numeric buttons that link directly to a page.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.NotifyParentProperty(true)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DefaultValue(System.Web.UI.WebControls.PagerMode.NextPrev)</AttributeName></Attribute></Attributes></Member><Member MemberName="NextPageText"><MemberSignature Language="C#" Value="public string NextPageText { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'string'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="P:System.Web.UI.WebControls.DataGridPagerStyle.NextPageText" /> property to provide custom text for the next page button. The <see cref="P:System.Web.UI.WebControls.DataGridPagerStyle.Mode" /> property must be set to PagerMode.NextPrev for this property to have any effect.</para><para>This property is used along with the <see cref="P:System.Web.UI.WebControls.DataGridPagerStyle.PrevPageText" /> property to create a custom set of controls for the next and previous buttons of the pager on the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control.</para><block subset="none" type="note"><para>This property does not automatically encode special characters to HTML. You need to convert these characters to the appropriate HTML value. For example the greater than sign (&gt;) will not automatically convert to &amp;gt;.</para></block><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the text displayed for the next page button.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.NotifyParentProperty(true)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DefaultValue("&amp;gt;")</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes></Member><Member MemberName="PageButtonCount"><MemberSignature Language="C#" Value="public int PageButtonCount { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'int'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="P:System.Web.UI.WebControls.DataGridPagerStyle.PageButtonCount" /> property to specify the number of numeric buttons to display concurrently in the pager element of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. The <see cref="P:System.Web.UI.WebControls.DataGridPagerStyle.Mode" /> property must be set to PagerMode.NumericPages for this property to have any effect.</para><para>If there are more pages in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control than specified in this property, ellipsis buttons (...) are displayed in the pager element. When clicked, these buttons display the next or previous set of numeric buttons.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the number of numeric buttons to display concurrently in the pager element of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.NotifyParentProperty(true)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DefaultValue(10)</AttributeName></Attribute></Attributes></Member><Member MemberName="Position"><MemberSignature Language="C#" Value="public System.Web.UI.WebControls.PagerPosition Position { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.PagerPosition</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'PagerPosition'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="P:System.Web.UI.WebControls.DataGridPagerStyle.Position" /> property to specify the location where the pager element is displayed in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. The pager element can be displayed at the upper edge, the lower edge, or at both the upper and lower edges of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the position of the pager element in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.NotifyParentProperty(true)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DefaultValue(System.Web.UI.WebControls.PagerPosition.Bottom)</AttributeName></Attribute></Attributes></Member><Member MemberName="PrevPageText"><MemberSignature Language="C#" Value="public string PrevPageText { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'string'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="P:System.Web.UI.WebControls.DataGridPagerStyle.PrevPageText" /> property to provide custom text for the next page button. The <see cref="P:System.Web.UI.WebControls.DataGridPagerStyle.Mode" /> property must be set to PagerMode.NextPrev for this property to have any effect.</para><para>This property is used along with the <see cref="P:System.Web.UI.WebControls.DataGridPagerStyle.NextPageText" /> property to create a custom appearance for the next and previous buttons of the pager on the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control.</para><block subset="none" type="note"><para>This property does not automatically encode special characters to HTML. You need to convert special characters to the appropriate HTML value. For example, the greater than sign (&gt;) will not automatically convert to &amp;gt;.</para></block><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the text displayed for the previous page button.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.NotifyParentProperty(true)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DefaultValue("&amp;lt;")</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes></Member><Member MemberName="Reset"><MemberSignature Language="C#" Value="public override void Reset ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="M:System.Web.UI.WebControls.DataGridPagerStyle.Reset" /> method to restore the <see cref="T:System.Web.UI.WebControls.DataGridPagerStyle" /> object to its default values.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Restores the <see cref="T:System.Web.UI.WebControls.DataGridPagerStyle" /> object to its default values.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Visible"><MemberSignature Language="C#" Value="public bool Visible { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'bool'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="P:System.Web.UI.WebControls.DataGridPagerStyle.Visible" /> property to specify whether the pager is displayed in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value indicating whether the pager is displayed in the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.NotifyParentProperty(true)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DefaultValue(true)</AttributeName></Attribute></Attributes></Member></Members></Type>