Implements a selectable item in a TreeListView control.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class TreeListViewItem : TreeViewItem
Visual Basic (Declaration)
Public Class TreeListViewItem _
	Inherits TreeViewItem

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              System.Windows.Controls..::.ItemsControl
                System.Windows.Controls..::.HeaderedItemsControl
                  System.Windows.Controls..::.TreeViewItem
                    Mindscape.WpfPropertyGrid..::.TreeListViewItem

See Also