ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / C1DataPager Class / CanMoveToFirstPage Property

In This Topic
    CanMoveToFirstPage Property
    In This Topic
    Gets a value that indicates whether or not the System.Windows.Controls.DataPager will allow the user to attempt to move to the first page if System.Windows.Controls.DataPager.CanChangePage is true.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanMoveToFirstPage As Boolean
    public bool CanMoveToFirstPage {get;}
    See Also