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() |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also