Skip to main content
.NET 6.0+

XPPageSelector.PageCount Property

Gets the number of pages.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[Browsable(false)]
public int PageCount { get; }

Property Value

Type Description
Int32

An integers value which specifies the number of pages acquired when the source collection is paginated.

See Also