ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / KeyActionEnum Enumeration

In This Topic
    KeyActionEnum Enumeration
    In This Topic
    Specifies the action to perform when the TAB key are pressed.
    Syntax
    'Declaration
     
    Public Enum KeyActionEnum 
       Inherits System.Enum
    public enum KeyActionEnum : 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