Contains a list of selectable 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 ListBox : Selector
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.ListBox)> _
Public Class ListBox _
	Inherits Selector

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

See Also