ExtendedTreeViewGetNodeCheckState Method

Returns a value indicating the current check state of the node with the specified name

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public NodeCheckState GetNodeCheckState(
	string name
)

Parameters

name  String
The node name to find in the tree view.

Return Value

NodeCheckState
The current check state of the specified node. A return value of Mixed is equivalent to Checked. It indicates that the children of the node contain a mix of checked and unchecked items. This only occurs if the SyncParentChildCheckedState property is true.

Exceptions

ArgumentOutOfRangeExceptionThis is thrown if the node name is not found in the tree view.

See Also