Implements a selectable item in a MulticolumnTreeView control.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class MulticolumnTreeViewItem : TreeViewItem, 
	INotifyPropertyChanged
Visual Basic
Public Class MulticolumnTreeViewItem _
	Inherits TreeViewItem _
	Implements INotifyPropertyChanged
Visual C++
public ref class MulticolumnTreeViewItem : public TreeViewItem, 
	INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            System.Windows.Controls..::..HeaderedItemsControl
              System.Windows.Controls..::..TreeViewItem
                Mindscape.SilverlightElements..::..MulticolumnTreeViewItem

See Also