FlexSheet for WPF | ComponentOne
C1.WPF.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
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <TypeConverterAttribute(C1.WPF.FlexGrid.DataTypeConverter)>
    Public Property DataType As Type
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [TypeConverter(C1.WPF.FlexGrid.DataTypeConverter)]
    public Type DataType {get; set;}
    See Also