TreeNodeSelectAction Enumeration
.NET Framework 3.0
Represents the event or events to raise when a node in the TreeView control is selected.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Member name | Description | |
|---|---|---|
| Expand | Raises the TreeNodeExpanded event when a node is selected. | |
| None | Raises no events when a node is selected. | |
| Select | Raises the SelectedNodeChanged event when a node is selected. | |
| SelectExpand | Raises both the SelectedNodeChanged and TreeNodeExpanded events when a node is selected. |
When the NavigateUrl property for a TreeNode control is set to a value other than an empty string (""), clicking the node navigates to the specified URL. If the NavigateUrl property is set to an empty string, clicking the node causes a postback. The SelectAction property determines the events to raise on the postback. By default, the Select event is raised. No events are raised if the NavigateUrl property is set.
Note: |
|---|
| The HoverNodeStyle property is not rendered for a node with its SelectAction property set to the None value. |
Community Additions
ADD
Show:
Note: