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

CardViewFlowLayoutSettings.ItemsPerPage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Int32 10

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ItemsPerPage
ASP.NET Bootstrap Controls BootstrapCardView
BootstrapCardViewPagerSettings
.SettingsFlowLayout.ItemsPerPage
ASP.NET Web Forms Controls ASPxCardViewPagerSettings
.SettingsFlowLayout.ItemsPerPage
CardViewPagerState
.SettingsFlowLayout.ItemsPerPage
MVCxCardViewPagerSettings
.SettingsFlowLayout.ItemsPerPage

Remarks

Use the ItemsPerPage property to specify the number of items that a page displays when the ASPxCardViewSettings.LayoutMode property is set to Flow. If the ASPxCardView displays data in a table layout (the ASPxCardViewSettings.LayoutMode property is set to Table), the number of items on a page can be specified via the CardViewTableLayoutSettings.RowsPerPage and CardViewTableLayoutSettings.ColumnCount property values.

See Also