aspnet-devexpress-dot-web-525af352.md
Provides the pager summary settings.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class SummaryProperties :
PagerButtonProperties
Public Class SummaryProperties
Inherits PagerButtonProperties
The following members return SummaryProperties objects:
The pager summary is used to indicate the current page and provide total information about pages. The SummaryProperties class allows you to customize the summary. The class provides the following summary properties:
The arguments used within summary patterns are:
<dx:ASPxPager ID="ASPxPager1" runat="server" ItemCount="3" ItemsPerPage="1" OnPageIndexChanged="ASPxPager1_PageIndexChanged">
<LastPageButton Visible="True">
</LastPageButton>
<FirstPageButton Visible="True">
</FirstPageButton>
<Summary Position="Inside" Text="Page {0} of {1} " />
</dx:ASPxPager>
Object StateManager PropertiesBase PagerButtonProperties SummaryProperties ImageGalleryPagerSummaryProperties
NewsControlPagerSummaryProperties
See Also