SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.suffix  property

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

The string which will be added before is specified by prefix property. 

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