SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.body  property

Style Set which is used to draw the background of area in which displays data cells. 

If specify background, it will fill the background of body area before drawing grid row or data cells. 

Getter
function body(): GridStyles
Setter
function setBody(value: Object|GridStyles)

 

Code -1
    grid.loadStyles({
        body: {
            background: "#10ff0000"
        }
    });
See Also
bodyRow
bodyCell
bodyEmpty
GridStyles
Examples
Style Region - Body