Skip to main content

BootstrapPager Class

Represents a pager control.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DXClientDocumentationProviderWeb("BootstrapPager")]
[ToolboxTabName("DX.23.2: Bootstrap Controls")]
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