A base class for data types.
Namespace: MindFusion.DataViews
File: DataType.js
JavaScript Copy Code |
---|
// class |
The following code creates a list with GridColumn-s isntances, whose dataType properties are set to classes that derive from DataType: IntegerType, StringType, CurrencyType:
JavaScript Copy Code |
---|
var dv = MindFusion.DataViews; // create the grid columns var column1 = new dv.GridColumn("index"); var column2 = new dv.GridColumn("name"); var column3 = new dv.GridColumn("winnings"); // create the grid control |
MindFusion.DataViews.DataType
MindFusion.DataViews.DateTimeType
MindFusion.DataViews.DateType
MindFusion.DataViews.DynamicType
MindFusion.DataViews.ImageType
MindFusion.DataViews.IntegerType
MindFusion.DataViews.LookupType
MindFusion.DataViews.ObjectType
MindFusion.DataViews.StringType