FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridHyperlinkColumn Class / InputType Property

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