ClassGridNavigationContext
A class that represents basic logic for grid editor
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridNavigationContext
Inheritance: objectGridNavigationContext
Constructors
GridNavigationContext(GridNavigationInputType, MouseButtons, Keys)
Initializes a new instance of the GridNavigationContext class.
Declaration
public GridNavigationContext(GridNavigationInputType inputType, MouseButtons mouseButtons, Keys modifierKeys)
Parameters
inputType
An instance of GridNavigationInputType that determines the input device
mouseButtons
An instance of MouseButtons indicating which of mouse buttons is in pressed state
modifierKeys
An instance of Keys indicating which of the modifier keys (SHIFT, CONTROL and ALT) is in pressed state
Properties
InputType
Gets the type of the input.
Declaration
public GridNavigationInputType InputType { get; }
Property Value
The type of the input.
ModifierKeys
Gets a value indicating which of the modifier keys (SHIFT, CONTROL and ALT) is in pressed state
MouseButtons
Gets a value indicating which of mouse buttons is in pressed state