Represents the base for a control that displays an interactive node list view based on node data items.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)]
public class NodeListViewBase : TreeListView, 
	INodeListView, INodeActivator, IExportableControl
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _
Public Class NodeListViewBase _
	Inherits TreeListView _
	Implements INodeListView, INodeActivator, IExportableControl

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
              DlhSoft.Windows.Controls.Primitives..::.ItemsControlBase
                DlhSoft.Windows.Controls..::.ItemsControl
                  DlhSoft.Windows.Controls.Primitives..::.Selector
                    DlhSoft.Windows.Controls..::.ListBox
                      DlhSoft.Windows.Controls..::.ListView
                        DlhSoft.Windows.Controls..::.TreeListView
                          DlhSoft.Windows.Controls..::.NodeListViewBase
                            DlhSoft.Windows.Controls..::.TaskListView

See Also