ESRI.ArcGIS.ADF.Web
ExpandedImage Property
See Also 
ESRI.ArcGIS.ADF.Web Namespace > Generic TreeNode Class : ExpandedImage Property




Image to display when the node is expanded.

Syntax

Visual Basic (Declaration) 
Public Property ExpandedImage As String
Visual Basic (Usage)Copy Code
Dim instance As TreeNode(Of T)
Dim value As String
 
instance.ExpandedImage = value
 
value = instance.ExpandedImage
C# 
public string ExpandedImage {get; set;}

See Also

© 2010 All Rights Reserved.