ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedMultiRow Assembly / C1.Web.Mvc.TransposedMultiRow.TagHelpers Namespace / CellTagHelper Class / DataType Property

In This Topic
    DataType Property (CellTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.DataType. 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