SMART datagrid v.1 > Classes > GridRow

Back  Forward

DataLudi.GridRow.leaf  property

如果不是GroupRowcount为0,就会返回true。 

默认值为false.

Getter
function leaf(): Boolean
Code -1
    var row = grid.focusedRow();
    if (row.leaf()) {
        console.log("所选行没有被包含在组中。");
    }
See Also
level
GroupRow
Examples
行分组