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




Whether to display the expand/collapse button for the node, even if the node has no child nodes. Default is false.

Syntax

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

See Also

© 2010 All Rights Reserved.