SMART datagrid v.1 > Classes > GridStyleSheet
The final parent style set of all area style sets of grid.
The style property which has not been explicitly specified in each area will inherit the value which has been specified in this style set. For example, fontName which has been set in this style set will be reflected generally.
grid.loadStyles({
default: {
fontName: "Arial",
fontSize: 14
}
});