Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridEnterAction Enumeration


In This Topic
    GridEnterAction Enumeration
    In This Topic
    Defines constants that specify which action to perform when Enter key is pressed.
    Syntax
    'Declaration
     
    
    Public Enum GridEnterAction 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GridEnterAction
    public enum GridEnterAction : System.Enum 
    Members
    MemberDescription
    MoveDownMove the selection to the next row.
    NoneNo special action.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.iOS.Grid.GridEnterAction

    See Also