BiTree2Cell

This is used for the cells in a BiTree2Row row

This class extends BiObject and therefore all methods and fields available for BiObject are also available for BiTree2Cell .

Constructor

new BiTree2Cell ( oData )

Parameters

NameTypeOptionalDefaultDescripton
oDataObjectOptional data associated with the cell. The data is used as text on the cell

Properties

NameTypegetsetDescripton
dataObjectcheckedcheckedThe data that is associated with the cell
labelHtmlStringcheckedReturns the HTML string that should be displayed in the cell
rowBiTree2RowcheckedThe row that the cell is part of
treeBiTree2checkedThe tree that the cell is part of

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.