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

NameTypeOptionalDefaultDescripton
oDataSetBiDataSetOptional 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

NameTypegetsetDescripton
dataSetBiDataSet/BiDataSetTablecheckedcheckedThe data set to use as the data for the model

Methods

None.

Events

NameTypeBubblesDescripton
beforedatastructurechangedBiTreeViewDataModelEventThis event happens before the data has actually changed. This happens before datastructurechanged event and the old data is still available.
datastructurechangedBiTreeViewDataModelEventThis event is fired after a major data structure change

Static Methods

None.

Static Fields

None.

Remarks

None.