TreeNode Members

The TreeNode type exposes the following members.

Constructors


  Name Description
Public method TreeNode

Methods


  Name Description
Protected method OnUpdate
Public method Remove

Properties


  Name Description
Public property Expanded
Gets or sets a value indicating whether this [TreeNode] is expanded.
Public property NodeDepth
Gets the node depth.
Public property Nodes
Gets or sets the nodes.
Public property Parent
Gets the parent.
Public property Selected
Gets or sets a value indicating whether this [TreeNode] is selected.
Public property Value
Gets or sets the value.

Events


  Name Description
Public event ExpandedChanged
Raised when [on selected changed].
Public event SelectedChanged
Raised when [on selected changed].