Gets the count of the pages in this view.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public int PageCount { get; }
Visual Basic
Public ReadOnly Property PageCount As Integer
	Get

Remarks

When PageSize is 0, the PageIndex will also be 0.

See Also