Search
UIControl Class
Remarks See Also
 






A base class for UI controls.

Namespace: MindFusion.DataViews
File: UIControl.js

 Syntax

JavaScript  Copy Code

// class
UIControl.prototype = {}

 Remarks

This class is the implementation of the MindFusion.Common.Control class for the Grid control in the MindFusion.DataViews namespace.

 Inheritance Hierarchy

MindFusion.DataViews.UIControl
    MindFusion.DataViews.PropertyGrid

 See Also