TdxTreeViewNode.HideCheckBox Property
In This Article
Specifies if the node’s checkbox is hidden.
#Declaration
Delphi
property HideCheckBox: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean | If False, the node displays its checkbox; otherwise, the node’s checkbox is hidden. |
#Remarks
The default value of the HideCheckBox property is False.
Note
Nodes display checkboxes if the Tree View control’s Options
See Also