[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.InputType

InputType Method

InputType(string)

Configurates InputType. Sets the "type" attribute of the HTML input element used to edit values in this column.

Declaration
public TBuilder InputType(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

Use this property to change the default setting if the default does not work well for the current culture, device, or application.