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