It's written in Help:
Return Value
A RadTreeNode
whose Value
property equals to the specified argument
Does it mean that this method finds a first node whose Value
property equals to the specified argument? And what does mean first?
How can I get all nodes whose Value
property equals to the specified argument? If I must run over all nodes then method FindNodeByValue doesn't help me.
Evgeny