SMART datagrid v.1 > Classes > TreeOptions

Back  Forward

DataLudi.TreeOptions.checkBoxVisible  property

If it is true, it will display the check box in the first cell of tree row. 

Like CheckBar, since the check box displays checked state, when this property is true, you do not need to display CheckBar

Defaults to false.

Getter
function checkBoxVisible(): Boolean
Setter
function setCheckBoxVisible(value: Boolean)
See Also
checkBoxSize
GridRow.checked
CheckBar
Examples
Hello Tree