Accusoft.FSInvoices Namespace > FormTableColumnHeaderDefinition Class : DataType Property |
'Declaration <DataMemberAttribute()> Public Property DataType As FormFieldDataType
'Usage Dim instance As FormTableColumnHeaderDefinition Dim value As FormFieldDataType instance.DataType = value value = instance.DataType
[DataMemberAttribute()] public FormFieldDataType DataType {get; set;}
[DataMemberAttribute()] public: __property FormFieldDataType get_DataType(); public: __property void set_DataType( FormFieldDataType value );
[DataMemberAttribute()] public: property FormFieldDataType DataType { FormFieldDataType get(); void set ( FormFieldDataType value); }
Defines the type of data the column is expected to contain.
Default: FormFieldDataType.GeneralText.