Skip to main content

TdxTreeViewNode.HideCheckBox Property

Specifies if the node’s checkbox is hidden.

Declaration

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 OptionsView.ShowCheckBoxes property is set to True.

See Also