ASPxPagerBase.ItemCount Property
In This Article
Gets or sets the total number of items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value that specifies the total number of items. |
#Remarks
The number of pages is automatically calculated based on the total number of items, and the number of items that every page displays (ASPxPagerBase.ItemsPerPage).
See Also