It is the base class of data set which can be connected to dataSource of GridView and TreeView.
It defines the default characteristics about the data model of grid and tree view. It mainly manages DataField model and defines the default properties of conversion format of data set and the common events of onDataChanged, etc.
Since it is an abstract class, you do not need to create this class object.