Back to Devexpress

ASPxPagerBase.PageCount Property

aspnet-devexpress-dot-web-dot-aspxpagerbase-a5e50986.md

latest1.4 KB
Original Source

ASPxPagerBase.PageCount Property

Gets the number of pages.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual int PageCount { get; }
vb
Public Overridable ReadOnly Property PageCount As Integer

Property Value

TypeDescription
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

ItemCount

ItemsPerPage

Pager

ASPxPagerBase Class

ASPxPagerBase Members

DevExpress.Web Namespace