TdxTreeViewNode.CheckState Property
Specifies the node’s checkbox state.
Declaration
property CheckState: TcxCheckBoxState read; write;
Property Value
| Type | Description |
|---|---|
| TcxCheckBoxState | A checkbox state. |
Remarks
Note
The node displays a checkbox if the Tree View control’s OptionsView.ShowCheckBoxes property is set to True and the node’s HideCheckBox property is set to False.
See Also