Skip to main content
A newer version of this page is available. .
Tab

ASPxPagerBase.ItemCount Property

Gets or sets the total number of items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(0)]
public virtual int ItemCount { get; set; }

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