TdxTreeViewNode.Checked Property
Specifies if the node’s checkbox is checked.
Declaration
property Checked: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
The node displays a checkbox if a Tree View control’s OptionsView.ShowCheckBoxes property is set to True
and the node’s HideCheckBox property is set to False
.
Note
Users cannot change the node’s checked state if a Tree View control’s OptionsBehavior.ReadOnly property is set to True
.
See Also