InputType Property (TransposedGridRowBase)
In This Topic
Gets or sets the "type" attribute of the HTML input element used to edit values in this column.
Syntax
'Declaration
Public Property InputType As String
public string InputType {get; set;}
See Also