aspnetbootstrap-devexpress-dot-web-dot-bootstrap-03d32985.md
Represents a pager control.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
[DXClientDocumentationProviderWeb("BootstrapPager")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapPager :
ASPxPager,
ISimpleRenderControl
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapPager")>
Public Class BootstrapPager
Inherits ASPxPager
Implements ISimpleRenderControl
Note
This control doesn’t implement any public client-side API.
This example demonstrates the basic functionality of the Pager control.
BootstrapPager class.The image below shows the result:
<dx:BootstrapPager runat="server" NumericButtonCount="8" ItemCount="91">
<CssClasses PageNumber="d-none d-sm-block" Ellipsis="d-none d-sm-block" Summary="d-none d-xl-block" />
<PageSizeItemSettings Visible="True"></PageSizeItemSettings>
</dx:BootstrapPager>
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxPagerBase ASPxPager BootstrapPager
See Also