Back to Devexpress

CardViewFlowLayoutSettings.ItemsPerPage Property

aspnet-devexpress-dot-web-dot-cardviewflowlayoutsettings.md

latest2.4 KB
Original Source

CardViewFlowLayoutSettings.ItemsPerPage Property

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

Declaration

csharp
[DefaultValue(10)]
public int ItemsPerPage { get; set; }
vb
<DefaultValue(10)>
Public Property ItemsPerPage As Integer

Property Value

TypeDefaultDescription
Int3210

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

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to ItemsPerPage
ASP.NET MVC ExtensionsCardViewPagerState

.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

Card View

CardViewFlowLayoutSettings Class

CardViewFlowLayoutSettings Members

DevExpress.Web Namespace