![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
FeatureNode Class Methods | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : FeatureNode Class |
For a list of all members of this type, see FeatureNode members.
Name | Description | |
---|---|---|
![]() | AreChildrenValid | 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. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode) |
![]() | Clone | Overloaded. Clones the node and all child nodes, if any.Optionally clones the child nodes of the current node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode) |
![]() | EnsureVisible | Expands the parent node(s) of the current node so that the current node is visible. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode) |
![]() | InvalidateChildNodes | Method that should only be used when the TreeViewPlus container for the nodes is using RenderOnDemand. This function will invalidate the child nodes so that the next time that Render is called, this node will re-render the child nodes down to the client. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode) |
![]() | Refresh | Refreshes the nodes and its children. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode) |
![]() | Remove | Removes this node from its parent's node collection. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode) |
![]() | Render | Renders the control to the specified HTML writer. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode) |
Top