Search
TreeViewItem Members
Constructors Properties Events
 


Represents a constituent item of the hierarchy displayed inside a TreeViewNode.

The following tables list the members exposed by the TreeViewItem type.

 Public Constructors

  Name Description

TreeViewItem

Overloaded. Initializes a new instance of the TreeViewItem class.

 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.

 Public Events

  Name Description

PropertyChanged

Implements INotifyPropertyChanged.PropertyChanged.

 See Also