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

BootstrapGridPagerCssClasses Class

Serves as the base class for classes that store CSS classes applied to visual elements of the GridView and Card View’s Pager.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapGridPagerCssClasses :
    BootstrapPagerCssClasses

The following members return BootstrapGridPagerCssClasses objects:

Remarks

A BootstrapGridPagerCssClasses instance can be accessed using the BootstrapCardView.CssClassesPager property.

See Also