Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / KeyActionEnter Property


In This Topic
    KeyActionEnter Property
    In This Topic
    Gets or sets the action to perform when the Enter key is pressed.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("KeyActionEnter")>
    <BrowsableAttribute(True)>
    Public Property KeyActionEnter As GridEnterAction
    'Usage
     
    
    Dim instance As GridBase
    Dim value As GridEnterAction
     
    instance.KeyActionEnter = value
     
    value = instance.KeyActionEnter
    [Foundation.Export("KeyActionEnter")]
    [Browsable(true)]
    public GridEnterAction KeyActionEnter {get; set;}
    See Also