SMART datagrid v.1 > Classes > GridStyles
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