Skip to main content
Tab

CardViewFlowLayoutSettings.ItemsPerPage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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 MVC Extensions CardViewPagerState
.SettingsFlowLayout .ItemsPerPage
ASP.NET Web Forms Controls ASPxCardViewPagerSettings
.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