SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.prefix  property

The string which will be added before the text corresponding to the value when display the cell text. 

The string which will be added after is specified by suffix property. 

Getter
function prefix(): String
Setter
function setPrefix(value: String)
Code -1
    column.styles().setPrefix('$');
See Also
suffix
textFormat
Styles Overview
Examples
Column Styles