aspnet-devexpress-dot-web-dot-cardviewflowlayoutsettings.md
Gets or sets the number of items that a page displays in flow mode.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(10)]
public int ItemsPerPage { get; set; }
<DefaultValue(10)>
Public Property ItemsPerPage As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | 10 |
An integer value that specifies the number of items that a page displays.
|
You can access this nested property as listed below:
| Library | Object Type | Path to ItemsPerPage |
|---|---|---|
| ASP.NET MVC Extensions | CardViewPagerState |
.SettingsFlowLayout .ItemsPerPage
| | ASP.NET Web Forms Controls | ASPxCardViewPagerSettings |
.SettingsFlowLayout .ItemsPerPage
|
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
CardViewFlowLayoutSettings Class