[]
Configurates CheckOnClick. Sets a value that determines whether to toggle checkboxes when the user clicks the node header.
public TreeViewBuilder CheckOnClick(bool value)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TreeViewBuilder | Current builder. |
The default value for this property is false, which causes checkboxes to be toggled only when the user clicks the checkbox itself (not the node header).