Skip to main content
A newer version of this page is available.
All docs
V18.2

BootstrapCardViewPagerSettings(BootstrapCardView) Constructor

Initializes a new instance of the BootstrapCardViewPagerSettings class.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapCardViewPagerSettings(
    BootstrapCardView grid
)

Parameters

Name Type Description
grid BootstrapCardView

An BootstrapCardView object that owns the created object.

See Also