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

In This Topic
    DataType Property (ColumnTagHelper)
    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