SMART datagrid v.1 > Classes > RowIndicator

[ grids ver.1.3.5]   Back  Forward

DataLudi.RowIndicator.shapeVisible  property

如果为false,就不会在当前行的指示器单元格中,显示表示状态的形状。 

默认值为true.

Getter
function shapeVisible(): Boolean
Setter
function setShapeVisible(value: Boolean)
Code -1
    grid.setOptions({
        rowIndicator: {
            shapeVisible: false
        }
    });
Code -2
    grid.rowIndicator().setShapeVisible(false);    
See Also
indicatorVisible
stateVisible
Examples
行指示器