ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / PageIndex Property

In This Topic
    PageIndex Property (BaseCollectionView)
    In This Topic
    Gets the zero-based index of the current page.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property PageIndex As Integer
    public virtual int PageIndex {get;}

    Property Value

    The zero-based index of the current page.
    See Also