ESRI.ArcGIS.ADF.Web.UI.WebControls
TreeNodeBinding Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TaskManager Class : TreeNodeBinding Property




Gets a TreeNodeBinding object used to bind data to the associated TreeView control. Read-only property.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property TreeNodeBinding As TreeNodeBinding
Visual Basic (Usage)Copy Code
Dim instance As TaskManager
Dim value As TreeNodeBinding
 
value = instance.TreeNodeBinding
C# 
[BrowsableAttribute(false)]
public TreeNodeBinding TreeNodeBinding {get;}

See Also

© 2010 All Rights Reserved.