ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / Column Class / DataType Property

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