FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Column Class / DataType Property

In This Topic
    DataType Property (Column)
    In This Topic
    Gets the type of data stored in this column.
    Syntax
    'Declaration
     
    Public Property DataType As Type
    public Type DataType {get; set;}
    See Also