SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.default  property

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. 

Getter
function default(): GridStyles
Setter
function setDefault(value: Object|GridStyles)
Code -1
    grid.loadStyles({
        default: {
            fontName: "Arial",
            fontSize: 14
        }
    });
See Also
loadStyles
Examples
Load Styles