SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.fontBold  property

It is specified as true when make the text bold. 

Getter
function fontBold(): Boolean
Setter
function setFontBold(value: Boolean)
Code -1
    columns.setStyles({
        fontBold: true
    });
See Also
fontItalic
fontLineThrough
fontUnderline
fontName
fontSize
Styles Overview
Examples
Column Styles