SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.bodyFixedRow  property

Style Set which is used to draw the background and bottom border of fixed 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 bodyFixedRow(): GridStyles
Setter
function setBodyFixedRow(value: Object|GridStyles)

 

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