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




Whether the check-box on the node is checked.

Syntax

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

See Also

© 2010 All Rights Reserved.