C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRow Class / DataType Property

In This Topic
DataType Property (TransposedGridRow)
In This Topic
Gets or sets the type of value stored in this column.Values are coerced into the proper type when editing the grid.
Syntax
'Declaration
 
Public Property DataType As Nullable(Of DataType)
 
See Also