ComponentOne Xamarin.iOS
KeyActionTab Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : KeyActionTab Property
Gets or sets the action to perform when the TAB key is pressed.
Syntax
'Declaration
 
<Foundation.ExportAttribute("KeyActionTab")>
<BrowsableAttribute(True)>
Public Property KeyActionTab As GridTabAction
'Usage
 
Dim instance As GridBase
Dim value As GridTabAction
 
instance.KeyActionTab = value
 
value = instance.KeyActionTab
[Foundation.Export("KeyActionTab")]
[Browsable(true)]
public GridTabAction KeyActionTab {get; set;}
See Also

Reference

GridBase Class
GridBase Members