Represents the base of a control that can be used to present a collection of items.

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

Syntax

C#
[ContentPropertyAttribute("Items")]
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)]
public class ItemsControlBase : Control, 
	IAddChild
Visual Basic (Declaration)
<ContentPropertyAttribute("Items")> _
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _
Public Class ItemsControlBase _
	Inherits Control _
	Implements IAddChild

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..::.GanttChartEntityListViewBase
                DlhSoft.Windows.Controls..::.GanttChartNodeListViewBase
                DlhSoft.Windows.Controls..::.ItemsControl

See Also