[]
        
(Showing Draft Content)

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

DataType Method

DataType(DataType?)

Configurates DataType. Sets the type of value stored in this column.Values are coerced into the proper type when editing the grid.

Declaration
public TBuilder DataType(DataType? value)
Parameters
Type Name Description
DataType? value

The value.

Returns
Type Description
TBuilder

Current builder.