Class GridNavigationContext
A class that represents basic logic for grid editor
Inheritance
System.Object
GridNavigationContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridNavigationContext
Constructors
Declaration
public GridNavigationContext(GridNavigationInputType inputType, MouseButtons mouseButtons, Keys modifierKeys)
Parameters
GridNavigationInputType
inputType
An instance of GridNavigationInputType that determines the input device
|
System.Windows.Forms.MouseButtons
mouseButtons
An instance of MouseButtons indicating which of mouse buttons is in pressed state
|
System.Windows.Forms.Keys
modifierKeys
An instance of System.Windows.Forms.Keys indicating which of the modifier keys (SHIFT, CONTROL and ALT) is in pressed state
|
Properties
Gets the type of the input.
Declaration
public GridNavigationInputType InputType { get; }
Property Value
Gets a value indicating which of the modifier keys (SHIFT, CONTROL and ALT) is in pressed state
Declaration
public Keys ModifierKeys { get; }
Property Value
System.Windows.Forms.Keys
|
Gets a value indicating which of mouse buttons is in pressed state
Declaration
public MouseButtons MouseButtons { get; }
Property Value
System.Windows.Forms.MouseButtons
|
Extension Methods