Interface ISelectionController
An interface to control the selection functionalities of the grid.
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public interface ISelectionController
Properties
CurrentCell
Returns the CurrentCell of the SfCellGrid
Declaration
GridCurrentCell CurrentCell { get; }
Property Value
Type |
---|
GridCurrentCell |
SelectedRanges
Returns the SelectedRanges of the SfCellGrid
Declaration
GridRangeInfoList SelectedRanges { get; }
Property Value
Type |
---|
GridRangeInfoList |
TouchHitTestPrecision
Determines the distance of touch precision point from touch indicator
Declaration
double TouchHitTestPrecision { get; set; }
Property Value
Type |
---|
System.Double |
Methods
HandleKeyDown(KeyEventArgs)
Handles the KeyDown operations
Declaration
void HandleKeyDown(KeyEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.KeyEventArgs | args |
HandlePointerOperations(GridPointerEventArgs, RowColumnIndex)
Handles the Pointer/Mouse Operations.
Declaration
void HandlePointerOperations(GridPointerEventArgs args, RowColumnIndex rowColIndex)
Parameters
Type | Name | Description |
---|---|---|
GridPointerEventArgs | args | |
RowColumnIndex | rowColIndex |