ComponentOne DataGrid for WPF and Silverlight
PageUp Method (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : PageUp Method
if set to true changes the selected row.
Scrolls a page upward.
Syntax
'Declaration
 
Public Function PageUp( _
   ByVal changeSelection As System.Boolean _
) As System.Boolean
public System.bool PageUp( 
   System.bool changeSelection
)

Parameters

changeSelection
if set to true changes the selected row.

Return Value

true, if the scroll occurs
See Also

Reference

C1DataGrid Class
C1DataGrid Members