Represents a control that can be used to present a collection of 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#
[TemplatePartAttribute(Name = "PART_ItemsControlHost", Type = typeof(ItemsControl))]
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)]
public class ItemsControl : ItemsControlBase
Visual Basic (Declaration)
<TemplatePartAttribute(Name := "PART_ItemsControlHost", Type := GetType(ItemsControl))> _
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _
Public Class ItemsControl _
	Inherits ItemsControlBase

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..::.ChartViewBase
                  DlhSoft.Windows.Controls.Primitives..::.Selector

See Also