BiDataSetDataModel
This is a data model for BiTreeView that takes a BiDataSet as the data
This class extends BiTreeViewDataModel and therefore all methods and fields available for BiTreeViewDataModel are also available for BiDataSetDataModel .
Constructor
new BiDataSetDataModel ( oDataSet )
Parameters
| Name | Type | Optional | Default | Descripton |
oDataSet | | Optional initial data set. This can be set later. The data set can be either a BiDataSet or a BiDataSetTable. If a data set is used then the first table in the data set will be used |
Properties
| Name | Type | get | set | Descripton |
dataSet | | ![]() | ![]() | The data set to use as the data for the model |
Methods
None.
Events
| Name | Type | Bubbles | Descripton |
beforedatastructurechanged | | This event happens before the data has actually changed. This happens before datastructurechanged event and the old data is still available. | |
datastructurechanged | | This event is fired after a major data structure change |
Static Methods
None.
Static Fields
None.
Remarks
None.
