The following tables list the members exposed by dbiNodeItem.
"| Name | Description | |
|---|---|---|
![]() | dbiNodeItem Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | BackColor | Determines the background color of the node item. |
![]() | BackColorTo | Determines the secondary background color of the node item. |
![]() | Body | Determines the body text for the node item. |
![]() | BodyVisible | Determines if the body text is visible for the node item. |
![]() | Cargo | Determines a non-visible text value for the node item. |
![]() | CellFormat | Gets or sets the cell format assigned to the node item. |
![]() | Checked | Determines whether the node item is in a checked state. |
![]() | Data | Gets or sets a non-visible integer value for the node item.
|
![]() | FillType | Gets or sets the background fill pattern of the node item based on the enumFillType Enumeration. |
![]() | Font | Gets or sets the font of the node item. |
![]() | ForeColor | Gets or sets the forecolor of the node. |
![]() | Header | Determines if the node item will act as a header. |
![]() | HeaderBackColor | Determines the background color for the dbiNodeItem when it is marked as a Header item. |
![]() | HeaderBackColorTo | Determines the secondary background color for the dbiNodeItem when it is marked as a Header item. |
![]() | HeaderFillType | Determines the background fill pattern for the dbiNodeItem when it is marked as a Header item. |
![]() | HeaderForeColor | Determines the foreground color for the dbiNodeItem when it is marked as a Header item. |
![]() | HeightOffset | Gets or sets the vertical offset value used to calculate the height of the node. |
![]() | HorzGridColor | Gets or sets the color of the horizontal grid line below the node item. |
![]() | HorzGridWidth | Gets or sets the width of the horizontal grid line below the node item. |
![]() | ImageAlign | Gets or sets the vertical and horizontal alignment of the image associated with the node. |
![]() | ImageIndex | Gets or sets the image associated with the node. This is based on the imagelist referenced by ImageList Property and references the ImageIndex for the image within the ImageList. |
![]() | ImageOffset | Determines the vertical and horizontal offset values used to calculate the position of the image associated with the node. |
![]() | Item | Determines the node item at a specific location in the collection. |
![]() | Items | This property contains a collection of dbiNodeItem Class items that represent the children of the node. As each child node can belong to the collection of a parent node, you can extend the tree out for several generations by adding individual node items to each successive generation of items collections. Same as the nodes collection but included here for compatibility. |
![]() | LockHeight | Determines if the node height can be adjusted through user interaction. |
![]() | PageBreak | Sets the item as a pagebreak item causing the printer functions to start a new page after that item. |
![]() | ReadOnly | Determines if the node is readonly. |
![]() | Selected | Determines if a node item is selected. |
![]() | SelectedImageIndex | Determines the image associated with the node when it is selected. This is based on the imagelist referenced by ImageList Property and references the ImageIndex for the image within the ImageList. |
![]() | Subject | Determines the subject of the list item. |
![]() | Tag | Determines the object that contains data about the item. This property can be used to attach a data row to the node for reference elsewhere or a custom class can be created and attached. |
![]() | Text | Determines the node text. |
| Name | Description | |
|---|---|---|
![]() | Collapse | Closes a parent node so that the children are not visible. |
![]() | EnsureVisible | Adjusts the vertical scroll bar to ensure the dbiNodeItem is visible in the list. |
![]() | Expand | Expands a node so that the child nodes are visible. |
![]() | ExpandAll | Expands all nodes of a given node including all layers of nodes under that node. |
![]() | GetCellChecked | Gets the boolean value at a specific cell in the item. |
![]() | GetCellFormat | Gets the dbiCellFormat assigned to a specific cell in the item. |
![]() | GetCellInteger | Gets the integer value at a specific cell in the item. |
![]() | GetCellText | Gets the text at a specific cell in the item. |
![]() | GetNodeCount | Gets the number of children nodes of a item in the list. |
![]() | IsVisible | Determines if a node is visible. |
![]() | NextVisibleNode | Gets the next visible node. |
![]() | NodeFullPath | Gets the node full path as a string. |
![]() | PrevVisibleNode | Gets the previous visible node item. |
![]() | SetCellChecked | Sets the boolean value at a specific cell in the item. |
![]() | SetCellInteger | Sets the integer value at a specific cell in the item. |
![]() | SetCellText | Sets the text of a specific cell. |
![]() | Toggle | Toggle the node to either expand or collapse it. |


