Back to Devexpress

ASPxGridBase.PageCount Property

aspnet-devexpress-dot-web-dot-aspxgridbase-96372c3b.md

latest1.6 KB
Original Source

ASPxGridBase.PageCount Property

Gets the number of pages displayed in the grid.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
Int32

An integer value that specifies the number of pages.

|

See Also

ASPxCardViewPagerSettings.Mode

js-ASPxClientCardView.GetPageCount

Card View

ASPxGridViewPagerSettings.Mode

js-ASPxClientGridView.GetPageCount

Grid View

ASPxVerticalGridPagerSettings.Mode

js-ASPxClientVerticalGrid.GetPageCount

Vertical Grid

ASPxGridBase Class

ASPxGridBase Members

DevExpress.Web Namespace