ASPxClientTreeViewNode.GetCheckState Method
In This Article
Returns a value which specifies the node’s check state.
#Declaration
TypeScript
GetCheckState(): string
#Returns
Type | Description |
---|---|
string | A string value matches one of the Check |
#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