Search
TreeViewItem Properties
 


 Public Properties

  Name Description

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.

ExpandedIconVisibility

Gets a value indicating whether the expand / collapse button should be rendered in expanded state.

ExpanderButtonWidth

Gets or sets the width of the expand / collapse button.

ExpanderVisibility

Gets a value that indicates whether the control template should render the expand button for a node.

HasItems

Gets a value indicating whether this item has child items.

Image

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

ImageStretch

Gets or sets an Stretch value specifying how the image should be stretched.

IncomingLinks

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

ItemsVisibility

Gets a value indicating whether the control template should render the child items of a TreeViewItem.

Label

Gets or sets the label of this item.

LabelBrush

Gets or sets the label color of this item.

LabelHeight

Gets a value specifying the height of this TreeViewItem.

OutgoingLinks

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

 See Also