C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / KeyActionEnum Enumeration

KeyActionEnum Enumeration
Specifies the action to perform when the TAB key are pressed.
Syntax
'Declaration
 
Public Enum KeyActionEnum 
   Inherits System.Enum
 
Members
MemberDescription
MoveAcrossMove to the next column. At the end of the row, wrap to the start of the next row.
MoveAcrossOutSame as MoveAcross, but move the focus to the next control in the tab order when the last cell in the grid is reached.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1GridView.KeyActionEnum

See Also