Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridColumn Class / InputType Property


In This Topic
    InputType Property (GridColumn)
    In This Topic
    Gets or sets the type of keyboard shown when the cell is in edit-mode.
    Syntax
    'Declaration
     
    
    Public Property InputType As Android.Text.InputTypes
    'Usage
     
    
    Dim instance As GridColumn
    Dim value As Android.Text.InputTypes
     
    instance.InputType = value
     
    value = instance.InputType
    public Android.Text.InputTypes InputType {get; set;}
    See Also