SMART datagrid v1.4 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.bodyFixedRowBar  property

고정된 행과 고정되지 않은 행 사이를 구분하는 가로 bar의 기본 스타일셋

Getter
function bodyFixedRowBar(): GridStyles
Setter
function setBodyFixedRowBar(value: Object|GridStyles)

 

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