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
Declaration
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 |
|
ASP.NET Web Forms Controls | ASPxCardViewPagerSettings |
|
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