Gets or sets the number of items that a page displays in flow mode.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
[DefaultValue(6)]
public int ItemsPerPage { get; set; }
<DefaultValue(6)>
Public Property ItemsPerPage As Integer
Type | Default | Description |
---|---|---|
Int32 | 6 |
An integer value that specifies the number of items that a page displays. |
Use the ItemsPerPage property to specify the number of items that a page displays when the BootstrapCardViewSettings.LayoutMode property is set to Flow.