SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.bodyRow  property

Style Set which is used to draw the background and bottom border of grid rows. 

If it is the case of drawing the background of most cells in cell style set, Style of each column or dynamic style, the property which has been specified here may not mean much. 

Getter
function bodyRow(): GridStyles
Setter
function setBodyRow(value: Object|GridStyles)

 

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