SMART datagrid v.1 > Classes
DataLudi.DataCell class
The object which is used to transfer the information of one data cell within grid.
Since it is created and removed internally, you do not need to directly create this class object.
It is used as the parameter of DynamicStyleImpl.callback function.
- Base Classes
- ValueCell > GridCell > DLBase
- Inherited Classes
- MergedDataCell
- Properties
- error
- errorLevel
- Inherited Properties
- ValueCell.displayText
- GridCell.error
- GridCell.errorLevel
- GridCell.index
- GridCell.name
- GridCell.row
- GridCell.styles
- ValueCell.value
- Inherited Methods
- DLBase.assign
- DLBase.getProperties
- DLBase.getProperty
- DLBase.setProperties
- DLBase.setProperty
- DLBase.toggle
- See Also
- DataColumn
- Examples
- Hello Grid
- Hello Tree