A newer version of this page is available.
Switch to the current version.
ASPxPagerBase.ItemsPerPage Property
Gets or sets the number of items that every page displays.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(10)]
public virtual int ItemsPerPage { get; set; }
<DefaultValue(10)>
Public Overridable Property ItemsPerPage As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 10 |
An integer value that specifies the number of items that every page displays. |
Remarks
The number of pages is automatically calculated based on the total number of items (ASPxPagerBase.ItemCount) and the number of items that every page displays.
See Also
Feedback