Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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 UIKit.UIKeyboardType
    'Usage
     
    
    Dim instance As GridColumn
    Dim value As UIKit.UIKeyboardType
     
    instance.InputType = value
     
    value = instance.InputType
    public UIKit.UIKeyboardType InputType {get; set;}
    See Also