[]
Configurates InputType. Sets the "type" attribute of the HTML input element hosted by the control.
public TBuilder InputType(string value)
Public Function InputType(value As String) As TBuilder
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |