ESRI.ArcGIS.ADF.Web.UI.WebControls
AreChildrenValid Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNode Class : AreChildrenValid Method




Method that should only be used when the TreeViewPlus container for the nodes is using RenderOnDemand. This function returns a value indicating if the child nodes have not been rendered or they have been invalidated since last render.

Syntax

Visual Basic (Declaration) 
Public Overridable Function AreChildrenValid() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNode
Dim value As Boolean
 
value = instance.AreChildrenValid()
C# 
public virtual bool AreChildrenValid()

See Also

© 2010 All Rights Reserved.