BootstrapCardViewPagerSettings.ItemsPerPage Property
Gets or sets the number of items that a page displays in flow mode.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 6 | An integer value that specifies the number of items that a page displays. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ItemsPerPage |
---|---|
BootstrapCardView |
|
Remarks
Use the ItemsPerPage
property to specify the number of items that a page displays when the CardViewSettings.LayoutMode property is set to Flow
.
See Also