SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.bodyFixedCell  property

The default Style Set which is used to draw data cells which have been contained in fixed row or fixed column. 

Getter
function bodyFixedCell(): GridStyles
Setter
function setBodyFixedCell(value: Object|GridStyles)

 

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