Skip to main content
Tab

ASPxPagerBase.ItemCount Property

Gets or sets the total number of items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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