Share via


PaginationState.LastPageIndex Property

Definition

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)

Property Value

Applies to