SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.suffix  property

当显示单元格文本时,将会被添加在相关值的文本后的字符串。 

通过prefix属性,指定被添加在前的字符串。 

Getter
function suffix(): String
Setter
function setSuffix(value: String)
Code -1
    column.styles().setSuffix('$');
See Also
prefix
textFormat
样式概述
Examples
列样式