ESRI.ArcGIS.ADF.Web.UI.WebControls
MapResourceNode Class Properties
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : MapResourceNode Class




For a list of all members of this type, see MapResourceNode members.

Public Properties

 NameDescription
public PropertyAllowTextWrap Whether to allow text on the node to wrap to the width of the containing control. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyAlwaysShowExpandCollapseButton Whether to display the expand/collapse button for the node, even if the node has no child nodes. Default is false. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyAttributes Attributes to be rendered on this node (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyBackColorBackground color of the control. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyCheckedWhether the check-box on the node is checked. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyChildContainerAttributes Attributes to be rendered on the container that holds child nodes (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyClickBehavior The type of behavior for the node: Click (default), Link, Selectable, ExpandCollapse, and None. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyCustomLegendOnClick Custom action to perform when the legend is clicked. Overrides the default behavior that triggers the TreeViewPlus.NodeLegendClicked event. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyCustomOnClick Sets the onclick behavior for the node text to a custom string, overriding the default behavior. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyDataData object associated with this node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyDefinitionDefinition of the map resource.  
public PropertyDepth Read-only property that indicates the level of this node in the TreeViewPlus node hierarchy. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyEndRecordThe ending node item displayed on the current page display for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyExpandedWhether the node is currently expanded to display its child nodes. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyFeatureTypeThe feature type of the layer. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.MapDisplayNode)
public PropertyHideNodeShowChildren If true, the node is hidden and its children are rendered at the level of the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyLegendCollapsedImageImage to display when legend is collapsed for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyLegendExpandedImageImage to show when legend is expanded for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyNodeIDUnique ID for the node assigned by the server. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyNodesThe collection of child nodes of the current node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyNonInteractive Show only text (and legend image if any) taken from parent TreeViewPlus. Expand/collapse, checkboxes and mouse events will not be generated. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyNumberOfPages Read-only property for the total number of pages for the node, based on the number of nodes and the PageSize. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyOffsetRead-only property for the horizontal offset of the node from its StartingPosition due to collapse/expand image, check-box, etc. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyPageNumberCurrent page number of the node display. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyPageSizeNumber of child nodes to display per page. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyPagingTextFormatString The format string that defines how paging text appears. The fields are page starting record, page ending record, total record count, current page number and, number of pages. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyParentThe parent node of the current node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyShowCheckBox Whether to display a check-box to the left side of the node. Default is true. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyShowClearButton Whether to show a clear button (x) for the node. If clicked, the button removes the node from the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyShowLegendWhether to display a legend for the layer. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.MapDisplayNode)
public PropertyStartingPosition Read-only property for the starting horizontal offset of the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyStartRecordThe starting node item displayed on the current page display for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyStyleAttributes Style attributes to be rendered on this node (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyTextText to display at the head of the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyTextCellAttributesAttributes to add to the cell that contains the Text for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyTextCellStyleAttributesStyle attributes to add to the cell that contains the Text for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyToolTipTool tip text to display when the user hovers over the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyTreeViewPlus The TreeViewPlus control to which the node (or its parents) have been added. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyValueValue for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyValuePathFull path to the node including value properties of any parent nodes. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
Top

See Also

© 2011 All Rights Reserved.