ComponentOne ASP.NET MVC Controls
InputType Property (InputDateBase)

C1.Web.Mvc Namespace > InputDateBase Class : InputType Property
Gets or sets the "type" attribute of the HTML input element hosted by the control.
Syntax
'Declaration
 
<DefaultValueAttribute("tel")>
Public Shadows Property InputType As String
[DefaultValue("tel")]
public new string InputType {get; set;}
Remarks
By default, this property is set to "tel", a value that causes mobile devices to show a numeric keypad that includes a negative sign and a decimal separator.
See Also

Reference

InputDateBase Class
InputDateBase Members