PaginationState.LastPageIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the zero-based index of the last page, if known. The value will be null until TotalItemCount is known.
public int? LastPageIndex { get; }
member this.LastPageIndex : Nullable<int>
Public ReadOnly Property LastPageIndex As Nullable(Of Integer)