SMART datagrid v.1 > Classes
DataLudi.ValueCell class
The object which is used to transfer the information of one cell involved in ValueColumn.
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
- GridCell > DLBase
- Inherited Classes
- CalcedCell, DataCell, LabelCell, SeriesCell
- Properties
- displayText
- value
- Inherited Properties
- GridCell.error
- GridCell.errorLevel
- GridCell.index
- GridCell.name
- GridCell.row
- GridCell.styles
- Inherited Methods
- DLBase.assign
- DLBase.getProperties
- DLBase.getProperty
- DLBase.setProperties
- DLBase.setProperty
- DLBase.toggle
- See Also
- ValueColumn
- Examples
- Hello Grid
- Hello Tree