Provides functionality for command columns.
Namespace: MindFusion.DataViews
File: CommandType.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe following code creates a GridColumn with dataType "CommandType" and sets the metaData property of the column to an array of custom commands:
JavaScript
Copy Code
|
|---|
var dv = MindFusion.DataViews; // create the grid columns var column0 = new dv.GridColumn(); |
Inheritance HierarchyMindFusion.DataViews.CommandType
See Also