Back to Devexpress

BootstrapPager Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-03d32985.md

latest2.7 KB
Original Source

BootstrapPager Class

Represents a pager control.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DXClientDocumentationProviderWeb("BootstrapPager")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapPager :
    ASPxPager,
    ISimpleRenderControl
vb
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapPager")>
Public Class BootstrapPager
    Inherits ASPxPager
    Implements 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:

aspx
<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>

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxPagerBase ASPxPager BootstrapPager

See Also

BootstrapPager Members

DevExpress.Web.Bootstrap Namespace