BiGrid2Cell

This is used for the cells in a BiGrid2Row row

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

Constructor

new BiGrid2Cell ( 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
gridBiGrid2checkedThe grid that the cell is part of
isAnchorBooleancheckedWhether the cell is the selection anchor for the current selection
isLeadBooleancheckedWhether the cell is the lead item of the selection
labelHtmlStringcheckedReturns the HTML string that should be displayed in the cell
rowBiGrid2RowcheckedThe row that the cell is part of
selectedBooleancheckedWhether the cell is selected

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.