Back to Devexpress

TreeList.SetNodeCheckState Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-setnodecheckstate.md

latest736 B
Original Source

TreeList.SetNodeCheckState Method

NameParametersDescription
SetNodeCheckState(TreeListNode, CheckState, Boolean)node, state, recursiveSets the node’s check state. Allows you to set the check state for child and parent (if all child nodes are checked or unchecked) nodes.
SetNodeCheckState(TreeListNode, CheckState)node, stateSets the node’s check state to the specified value.