SMART datagrid v.1 > Classes > TreeOptions

Back  Forward

DataLudi.TreeOptions.line  property

( Deprecated. Use GridStyles.line.

If it is true, it will specify the style of connection line of tree row. 

Defaults to .

Getter
function line(): String|Integer
Setter
function setLine(value: String|Integer)
Code -1
    tree.setTreeOptions({
        linesVisible: true,
        // Solid line
        line: '#80000000'
        // Bold solid line
        line: '#80000000, 2'
        // Dotted line
        line: '#80000000, dotted'
    });
See Also
linesVisible
Tree Overview
Examples
Hello Tree