Configurates
C1.Web.Mvc.ColumnBase.InputType. Sets the "type" attribute of the HTML input element used to edit values in this column.
Syntax
'Declaration
Public Function InputType( _
ByVal As String _
) As TBuilder
public TBuilder InputType(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also