I was binding my tree to a .Net dataset with tablenames and relationships - under this design the tablename was assigned as the bandname automatically.
The design has changed and I am now building the tree nodes manually, is there a way to set the BandName under this design. It is useful for setting contextual right click menus depending on the tree node level.
Hi,
I'm pretty sure that BandName is not settable. You could use the Tag property on the node, instead.
Tag Property worked great - thx!