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

In This Topic
    IsPageChanging Property (BaseCollectionView)
    In This Topic
    Gets a value that indicates whether the page index is changing.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsPageChanging As Boolean
    public virtual bool IsPageChanging {get;}

    Property Value

    true if the page index is changing; otherwise, false.
    See Also