C1.Maui.GridControl Assembly / C1.Maui.Grid Namespace / C1GridControl Class / SetCursor(GridControlRange,Boolean) Method
The cursor range to set.
Specifies whether the operation is cancellable.
In This Topic
SetCursor(GridControlRange,Boolean) Method
In This Topic
Sets the cursor of the grid to the specified row and column.
Syntax
public bool SetCursor( 
   GridControlRange range,
   bool cancellable
)

Parameters

range
The cursor range to set.
cancellable
Specifies whether the operation is cancellable.

Return Value

true if the operation succeeded
See Also