Skip to main content
Tab

ASPxPagerBase.PageCount Property

Gets the number of pages.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual int PageCount { get; }

#Property Value

Type Description
Int32

An integer value that specifies the number of pages.

#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 (ASPxPagerBase.ItemsPerPage).

See Also