ESRI.ArcGIS.ADF.Web.UI.WebControls
TaskResultNode Class Properties
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : TaskResultNode Class




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

Public Properties

 NameDescription
Public PropertyAllowTextWrap Whether to allow text on the node to wrap to the width of the containing control. (Inherited from 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 TreeViewPlusNode)
Public PropertyAttributes Attributes to be rendered on this node (Inherited from TreeViewPlusNode)
Public PropertyBackColorBackground color of the control. (Inherited from TreeViewPlusNode)
Public PropertyCheckedWhether the check-box on the node is checked. (Inherited from TreeViewPlusNode)
Public PropertyChildContainerAttributes Attributes to be rendered on the container that holds child nodes (Inherited from TreeViewPlusNode)
Public PropertyClickBehavior The type of behavior for the node: Click (default), Link, Selectable, ExpandCollapse, and None. (Inherited from TreeViewPlusNode)
Public PropertyCustomLegendOnClick Custom action to perform when the legend is clicked. Overrides the default behavior that triggers the TreeViewPlus.NodeLegendClicked event. (Inherited from TreeViewPlusNode)
Public PropertyCustomOnClick Sets the onclick behavior for the node text to a custom string, overriding the default behavior. (Inherited from TreeViewPlusNode)
Public PropertyDataData object associated with this node. (Inherited from TreeViewPlusNode)
Public PropertyDepth Read-only property that indicates the level of this node in the TreeViewPlus node hierarchy. (Inherited from TreeViewPlusNode)
Public PropertyEndRecordThe ending node item displayed on the current page display for the node. (Inherited from TreeViewPlusNode)
Public PropertyExpandedWhether the node is currently expanded to display its child nodes. (Inherited from TreeViewPlusNode)
Public PropertyHideNodeShowChildren If true, the node is hidden and its children are rendered at the level of the node. (Inherited from TreeViewPlusNode)
Public PropertyLegendCollapsedImageImage to display when legend is collapsed for the node. (Inherited from TreeViewPlusNode)
Public PropertyLegendExpandedImageImage to show when legend is expanded for the node. (Inherited from TreeViewPlusNode)
Public PropertyNodeIDUnique ID for the node assigned by the server. (Inherited from TreeViewPlusNode)
Public PropertyNodesThe collection of child nodes of the current node. (Inherited from 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 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 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 TreeViewPlusNode)
Public PropertyPageNumberCurrent page number of the node display. (Inherited from TreeViewPlusNode)
Public PropertyPageSizeNumber of child nodes to display per page. (Inherited from 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 TreeViewPlusNode)
Public PropertyParentThe parent node of the current node. (Inherited from TreeViewPlusNode)
Public PropertyShowCheckBox Whether to display a check-box to the left side of the node. Default is true. (Inherited from 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 TreeViewPlusNode)
Public PropertyStartingPosition Read-only property for the starting horizontal offset of the node. (Inherited from TreeViewPlusNode)
Public PropertyStartRecordThe starting node item displayed on the current page display for the node. (Inherited from TreeViewPlusNode)
Public PropertyStyleAttributes Style attributes to be rendered on this node (Inherited from TreeViewPlusNode)
Public PropertyTaskIDID of the task that produced the task results.  
Public PropertyTaskInputThe input value(s) entered by the user and used in running the task.  
Public PropertyTaskJobID A unique identifier for the particular run of the task that produced the task results.  
Public PropertyTextText to display at the head of the node. (Inherited from TreeViewPlusNode)
Public PropertyTextCellAttributesAttributes to add to the cell that contains the Text for the node. (Inherited from TreeViewPlusNode)
Public PropertyTextCellStyleAttributesStyle attributes to add to the cell that contains the Text for the node. (Inherited from TreeViewPlusNode)
Public PropertyToolTipTool tip text to display when the user hovers over the node. (Inherited from TreeViewPlusNode)
Public PropertyTreeViewPlus The TreeViewPlus control to which the node (or its parents) have been added. (Inherited from TreeViewPlusNode)
Public PropertyValueValue for the node. (Inherited from TreeViewPlusNode)
Public PropertyValuePathFull path to the node including value properties of any parent nodes. (Inherited from TreeViewPlusNode)
Top

Protected Properties

 NameDescription
Protected PropertyChildrenContainerIDID of children container. (Inherited from TreeViewPlusNode)
Protected PropertyHoverColorHover color. (Inherited from TreeViewPlusNode)
Protected PropertySelectedColorColor for selected items. (Inherited from TreeViewPlusNode)
Protected PropertyShowLegendWhether to show legend. (Inherited from TreeViewPlusNode)
Protected PropertyTextCellIDID of text cell. (Inherited from TreeViewPlusNode)
Top

See Also

© 2010 All Rights Reserved.