Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / KeyActionTab Property


In This Topic
    KeyActionTab Property
    In This Topic
    Gets or sets the action to perform when the Tab key is pressed.
    Syntax
    'Declaration
     
    
    Public Property KeyActionTab As GridTabAction
    'Usage
     
    
    Dim instance As GridBase
    Dim value As GridTabAction
     
    instance.KeyActionTab = value
     
    value = instance.KeyActionTab
    public GridTabAction KeyActionTab {get; set;}
    See Also