Configurates
C1.Web.Mvc.InputDateBase.InputType. Sets the "type" attribute of the HTML input element hosted by the control.
Syntax
'Declaration
Public Function InputType( _
ByVal As String _
) As
public InputType(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also