C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Grid Namespace / KeyAction Enumeration

KeyAction Enumeration
Specifies constants that define the action to perform when special keys such as ENTER and TAB are pressed.
Syntax
'Declaration
 
Public Enum KeyAction 
   Inherits System.Enum
 
Members
MemberDescription
CycleMove the selection to the next column, then wrap to the next row.
CycleEditableMove the selection to the next editable column, then wrap to the next row.
CycleOutMove the selection to the next column, then wrap to the next row, then out of the control.
MoveAcrossMove the selection to the next column.
MoveDownMove the selection to the next row.
NoneNo special action (let the browser handle the key).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Grid.KeyAction

See Also