Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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
    'Usage
     
    
    Dim instance As GridTabAction
    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.iOS.Grid.GridTabAction

    See Also