SMART datagrid v1.4 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.rowIndicatorDeleted  property

DELETED이거나 CREATE_AND_DELETED인 행의 상태셀들을 표시할 때 사용되는 스타일셋

Getter
function rowIndicatorDeleted(): GridStyles
Setter
function setRowIndicatorDeleted(value: Object|GridStyles)

 

Code -1
    grid.loadStyles({
        rowIndicator: {
            state: {
                background: "#100000ff"
            },
            deleted: {
                background: "#10ff0000"
            }
        }
    });
See Also
rowIndicatorCreated
rowIndicatorUpdated
rowIndicatorState
checkBar
footer
header
GridStyles
Fill & Stroke
Examples
Row Indicator