dbicList Send comments on this topic.
dbiNodeItem Class Properties
See Also 
dbicBase Assembly > Dbi.WinControl Namespace : dbiNodeItem Class


"

For a list of all members of this type, see dbiNodeItem members.

"

Public Properties

 NameDescription
public PropertyBackColorDetermines the background color of the node item.  
public PropertyBackColorToDetermines the secondary background color of the node item.  
public PropertyBodyDetermines the body text for the node item.  
public PropertyBodyVisibleDetermines if the body text is visible for the node item.  
public PropertyCargoDetermines a non-visible text value for the node item.  
public PropertyCellFormatGets or sets the cell format assigned to the node item.  
public PropertyCheckedDetermines whether the node item is in a checked state.  
public PropertyDataGets or sets a non-visible integer value for the node item.

 

 
public PropertyFillTypeGets or sets the background fill pattern of the node item based on the enumFillType Enumeration.  
public PropertyFontGets or sets the font of the node item.  
public PropertyForeColorGets or sets the forecolor of the node.  
public PropertyHeaderDetermines if the node item will act as a header.  
public PropertyHeaderBackColorDetermines the background color for the dbiNodeItem when it is marked as a Header item.  
public PropertyHeaderBackColorToDetermines the secondary background color for the dbiNodeItem when it is marked as a Header item.  
public PropertyHeaderFillTypeDetermines the background fill pattern for the dbiNodeItem when it is marked as a Header item.  
public PropertyHeaderForeColorDetermines the foreground color for the dbiNodeItem when it is marked as a Header item.  
public PropertyHeightOffsetGets or sets the vertical offset value used to calculate the height of the node.  
public PropertyHorzGridColorGets or sets the color of the horizontal grid line below the node item.  
public PropertyHorzGridWidthGets or sets the width of the horizontal grid line below the node item.  
public PropertyImageAlignGets or sets the vertical and horizontal alignment of the image associated with the node.  
public PropertyImageIndexGets 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.  
public PropertyImageOffset

Determines the vertical and horizontal offset values used to calculate the position of the image associated with the node.

 
public PropertyItemDetermines the node item at a specific location in the collection.  
public PropertyItemsThis 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.  
public PropertyLockHeightDetermines if the node height can be adjusted through user interaction.  
public PropertyPageBreakSets the item as a pagebreak item causing the printer functions to start a new page after that item.  
public PropertyReadOnlyDetermines if the node is readonly.  
public PropertySelectedDetermines if a node item is selected.  
public PropertySelectedImageIndexDetermines 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.  
public PropertySubjectDetermines the subject of the list item.  
public PropertyTagDetermines 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.  
public PropertyTextDetermines the node text.  
Top

See Also