ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1Field Class / DataType Property

In This Topic
    DataType Property
    In This Topic
    Column data type. Used to determine the rules for sorting, grouping, aggregate calculation, and so on.
    Syntax
    'Declaration
     
    Public Property DataType As FieldDataType
    public FieldDataType DataType {get; set;}
    See Also