DataLudi Grid v.1 > Classes > TreeOptions

Back  Forward

TreeOptions.showCheckBox  property

If true, displays the check box on the first cell of TreeRow. 

Because the check box has displayed checked state as same as CheckBar, if this property is true, may not display CheckBar

Defaults to true.

Getter
function showCheckBox(): Boolean
Setter
function setShowCheckBox(value: Boolean)
See Also
checkBoxSize
GridRow.checked
CheckBar
Tree Overview
Examples
Hello Tree