Accusoft.FSInvoices1.Net - Updated
DataType Property (FormTableColumnHeaderDefinition)




Accusoft.FSInvoices Namespace > FormTableColumnHeaderDefinition Class : DataType Property
Gets and sets the FormFieldDataType of the column to which this header belongs.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property DataType As FormFieldDataType
'Usage
 
Dim instance As FormTableColumnHeaderDefinition
Dim value As FormFieldDataType
 
instance.DataType = value
 
value = instance.DataType
[DataMember()]
public FormFieldDataType DataType {get; set;}
[DataMember()]
public: __property FormFieldDataType get_DataType();
public: __property void set_DataType( 
   FormFieldDataType value
);
[DataMember()]
public:
property FormFieldDataType DataType {
   FormFieldDataType get();
   void set (    FormFieldDataType value);
}
Remarks

Defines the type of data the column is expected to contain.

Default: FormFieldDataType.GeneralText.

See Also

Reference

FormTableColumnHeaderDefinition Class
FormTableColumnHeaderDefinition Members