Represents a control that displays a list of entity data items. Use Items property to add entity data items to an ItemCollection managed by the control, or set ItemsSource to your own entity data item collection. Alternatively you can set the EntityManagerSource to a customized entity manager to use and to ignore the items collection.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.ListBox)]
public class ListView : ListBox
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.ListBox)> _
Public Class ListView _
	Inherits ListBox

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..::.TreeListView

See Also