Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridTabAction Enumeration

In This Topic
    GridTabAction Enumeration
    In This Topic
    Defines constants that specify which action to perform when Tab key is pressed.
    Syntax
    'Declaration
     
    
    Public Enum GridTabAction 
       Inherits System.Enum
    public enum GridTabAction : System.Enum 
    Members
    MemberDescription
    CycleMove the selection to the next column, then wrap to the next row, then out of the control.
    NoneNo special action.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Grid.GridTabAction

    See Also