Search
GridColumn.dataType Property
See Also
 






Gets or sets the type of the column.

Namespace: MindFusion.DataViews
File: GridColumn.js

 Syntax

JavaScript  Copy Code

get dataType() {}

 Property Value

One of the DataType-derived classes, which represents the type of this column.

 Remarks

Possible values include IntegerType, StringType, ImageType, DateType etc.

 Example

The following code creates a new Grid instance with 3 GridColumn-s on which it sets various properties including dataType:

 See Also