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

BootstrapCardViewPagerSettings.ItemsPerPage Property

Gets or sets the number of items that a page displays in flow mode.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(6)]
public int ItemsPerPage { get; set; }

Property Value

Type Default Description
Int32 6

An integer value that specifies the number of items that a page displays.

Property Paths

You can access this nested property as listed below:

Object Type Path to ItemsPerPage
BootstrapCardView
.SettingsPager.ItemsPerPage

Remarks

Use the ItemsPerPage property to specify the number of items that a page displays when the BootstrapCardViewSettings.LayoutMode property is set to Flow.

See Also