In the documentation of the TreeNode.get_parent() it states that get_parent()
Gets an instance of the parent-node, if any. RadTreeView object will be returned if the given node is a root node.
I have code that is expecting a null back if there is not a parent. How do I tell if the object that is returned is a node or a treeview object.
Jason
Gets an instance of the parent-node, if any. RadTreeView object will be returned if the given node is a root node.
I have code that is expecting a null back if there is not a parent. How do I tell if the object that is returned is a node or a treeview object.
Jason