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