Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridDateTimeColumn Class / InputType Property

In This Topic
    InputType Property (GridDateTimeColumn)
    In This Topic
    Gets or sets the type of keyboard shown when the cell is in edit-mode.
    Syntax
    'Declaration
     
    
    Public Property InputType As TextBoxType
    public TextBoxType InputType {get; set;}
    See Also