New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:inputTypeGridNavigationInputType

An instance of GridNavigationInputType that determines the input device

mouseButtonsMouseButtons

An instance of MouseButtons indicating which of mouse buttons is in pressed state

modifierKeysKeys

An 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; }
Property Value:

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; }