Search
TreeViewItem Properties
 


 Public Properties

  Name Description

Brush

Gets or sets the brush used to paint item's background.

Children

Gets a list of this item's children in the hierarchy.

Expanded

Gets or sets whether this item is expanded to show its children.

Height

Gets or sets the height of this item.

Image

Gets or sets the image that is displayed in this treeview item.

ImageUrl

Gets or sets a URL used to load an image into this item.

IncomingLinks

Gets a collection of all links that point to this item.

Label

Gets or sets the label of this item.

LabelBrush

Gets or sets the brush used to draw the label of this item.

LabelFont

Gets or sets the label font of this item.

OutgoingLinks

Gets a collection of all links that go out of this item.

Parent

Gets the parent item of this item.

Tag

Gets or sets custom data associated with this item.

 See Also