Skip to main content
A newer version of this page is available. .

BootstrapPager Class

Represents a pager control.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[ToolboxTabName("DX.18.2: Bootstrap Controls")]
[DXClientDocumentationProviderWeb("BootstrapPager")]
public class BootstrapPager :
    ASPxPager,
    ISimpleRenderControl

Remarks

Note

This control doesn’t implement any public client-side API.

Example

This example demonstrates the basic functionality of the Pager control.

The image below shows the result:

BootstrapGrid_Pager_Default

<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>
See Also