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
| Name | Type | Optional | Default | Descripton |
oData | Object | Optional data associated with the cell. The data is used as text on the cell |
Properties
| Name | Type | get | set | Descripton |
data | Object | ![]() | ![]() | The data that is associated with the cell |
grid | | ![]() | The grid that the cell is part of | |
isAnchor | Boolean | ![]() | Whether the cell is the selection anchor for the current selection | |
isLead | Boolean | ![]() | Whether the cell is the lead item of the selection | |
labelHtml | String | ![]() | Returns the HTML string that should be displayed in the cell | |
row | | ![]() | The row that the cell is part of | |
selected | Boolean | ![]() | Whether the cell is selected |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
