SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.defaultStyles  property

The default Style Set of grid. 

It is the top style of all cell area styles being displayed in the grid. The style about the grid itself is specified by styles

Getter
function defaultStyles(): GridStyles
Setter
function setDefaultStyles(value: Object|GridStyles)
Code -1
    grid.setDefaultStyles({
        fontName: "Tahoma",
        fontSize: 12
    });
See Also
styles
GridStyles
Examples
Grid Default Styles
Style Region - Body