Skip to main content

TdxTreeViewNode.Enabled Property

Specifies if the node’s checkbox is enabled.

Declaration

property Enabled: Boolean read; write;

Property Value

Type Description
Boolean

If True, a user can check and uncheck the node; otherwise, a user is unable to change the checkbox state.

Remarks

The default value of the Enabled property is True.

Note

The node displays a checkbox if the Tree View control’s OptionsView.ShowCheckBoxes property is set to True and the node’s HideCheckBox is set to False.

See Also