ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / DataType Property

In This Topic
    DataType Property (TransposedGridRowBase)
    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)
    public Nullable<DataType> DataType {get; set;}
    See Also