Skip to main content
Tab

ASPxGridBase.PageCount Property

Gets the number of pages displayed in the grid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int PageCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of pages.

See Also