Represents the base for a control that displays an interactive entity list view based on entity 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 EntityListViewBase : ListView, 
	IEntityListView, IEntityActivator, IExportableControl
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _
Public Class EntityListViewBase _
	Inherits ListView _
	Implements IEntityListView, IEntityActivator, 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..::.EntityListViewBase
                          DlhSoft.Windows.Controls..::.ResourceListView

See Also