ESRI.ArcGIS.ADF.Web.UI.WebControls
Data Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNode Class : Data Property




Data object associated with this node.

Syntax

Visual Basic (Declaration) 
Public Property Data As Object
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNode
Dim value As Object
 
instance.Data = value
 
value = instance.Data
C# 
public object Data {get; set;}

Remarks

Typically used to associate a data-related object, such as a DataSet, DataTable or DataRow, with a node.

See Also

© 2010 All Rights Reserved.