VirtualTreeViewModelSetChecked Method TIBCO Spotfire 7.6 API Reference
Checks or unchecks the node at the specified index.

Namespace: Spotfire.Dxp.Forms.Components
Assembly: Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public void SetChecked(
	int index,
	bool isChecked
)

Parameters

index
Type: SystemInt32
The index of the node.
isChecked
Type: SystemBoolean
The node's new checked state.
Version Information

Supported in: 7.6, 7.5
See Also

Reference