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




Image to display when the tree is expanded.

Syntax

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

See Also

© 2010 All Rights Reserved.