| |||||
TreeView.CheckedNodes PropertySystem.Web.UI.WebControls Namespace TreeView Class .NET Framework version 2.0 Returns a collection of TreeNode objects in a TreeView control that display a selected check box. Syntax
Property Value
The property is read/write with no default value. RemarksUse the CheckedNodes collection to programmatically obtain information about each node that displays a selected check box in a TreeView control. This collection is typically used to iterate through all the nodes that have a selected check box in the tree. The TreeNodeCheckChanged event is raised when the check boxes of the TreeView control change state between posts to the server. This allows you to provide an event-handling method that performs a custom routine, such as updating a database or the displayed content, whenever this event occurs.
See Also |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme