ComponentOne ASP.NET MVC Controls
KeyAction Enumeration

C1.Web.Mvc.Grid Namespace : 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
public enum KeyAction : System.Enum 
Members
MemberDescription
CycleMove the selection to the next 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

Reference

C1.Web.Mvc.Grid Namespace