Gets the index of the requested page.

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

Syntax

C#
public int NewPageIndex { get; private set; }
Visual Basic
Public Property NewPageIndex As Integer
	Get
	Private Set

Return Value

The index of the requested page.

See Also