ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / RiaCollectionView Class / CanChangePage Property

In This Topic
    CanChangePage Property (RiaCollectionView)
    In This Topic
    Gets a value that indicates whether the System.ComponentModel.IPagedCollectionView.PageIndex value can change.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CanChangePage As Boolean
    public virtual bool CanChangePage {get;}

    Property Value

    true if the System.ComponentModel.IPagedCollectionView.PageIndex value can change; otherwise, false.
    See Also