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

In This Topic
    CanChangePage Property (BaseCollectionView)
    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