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




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

Syntax

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

See Also

© 2010 All Rights Reserved.