TdxTreeViewControlOptionsView.ShowCheckBoxes Property
In This Article
Specifies if tree nodes have checkboxes.
#Declaration
Delphi
property ShowCheckBoxes; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False | If True, the Tree View control shows node checkboxes; otherwise, they are hidden. |
See Also