C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridColumn Class / InputType Property


In This Topic
InputType Property
In This Topic
Gets or sets the type of keyboard shown when the cell is in edit-mode.
Syntax
'Declaration
 
Public Property InputType As Xamarin.Forms.Keyboard
 
'Usage
 
Dim instance As GridColumn
Dim value As Xamarin.Forms.Keyboard
 
instance.InputType = value
 
value = instance.InputType
See Also