PaginationState.CurrentPageIndex 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 current zero-based page index. To set it, call SetCurrentPageIndexAsync(Int32).
public int CurrentPageIndex { get; }
member this.CurrentPageIndex : int
Public ReadOnly Property CurrentPageIndex As Integer