| 名前 | 解説 | |
|---|---|---|
![]()  | Checked | Gets or sets the checkbox value associated with this node. | 
![]()  | Children | Gets the number of child nodes under this node. | 
![]()  | Collapsed | Gets or sets whether this node is collapsed. | 
![]()  | Data | Gets or sets the data on this node row at the column that contains the outline tree. | 
![]()  | Expanded | Gets or sets whether this node is expanded. | 
![]()  | FirstChild | Gets the first child node. | 
![]()  | FirstSibling | Gets the first sibling node. | 
![]()  | FirstVisibleChild | Gets the first visible child node. | 
![]()  | HasVisibleChildren | Gets whether any child of node is visible. | 
![]()  | Image | Gets or sets the image on this node row at the column that contains the outline tree. | 
![]()  | Index | Gets the index of this node in the collection. | 
![]()  | Key | Gets or sets the RowCol.UserData associated with this node row. | 
![]()  | LastChild | Gets the last child node. | 
![]()  | LastSibling | Gets the last sibling node. | 
![]()  | Level | Gets or sets the outline level for this node. | 
![]()  | NextNode | Gets the next sibling node. | 
![]()  | NextVisibleNode | Gets the next visible sibling node. | 
![]()  | Nodes | Gets an array containing the children of this node. | 
![]()  | Parent | Gets the parent node of this node. | 
![]()  | PrevNode | Gets the previous sibling node. | 
![]()  | PrevVisibleNode | Gets the previous visible sibling node. | 
![]()  | Row | Returns a reference to the Row object that corresponds to this node. | 

