Skip to main content

ASPxClientTreeViewNode.GetCheckState Method

Returns a value which specifies the node’s check state.

Declaration

GetCheckState(): string

Returns

Type Description
string

A string value matches one of the CheckState enumeration values.

Remarks

The ASPxTreeView control allows end-users to check nodes. To determine the node’s check state (the TreeViewNode.CheckState property value), use the GetCheckState method on the client side.

To learn more, see the Check Box Support topic.

See Also