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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
[LicenseProviderAttribute]
[StyleTypedPropertyAttribute(Property = "ItemStyle", StyleTargetType = typeof(ContentControl))]
public class C1ItemsControl : ItemsControl
Visual Basic
<LicenseProviderAttribute> _
<StyleTypedPropertyAttribute(Property := "ItemStyle", StyleTargetType := GetType(ContentControl))> _
Public Class C1ItemsControl _
	Inherits ItemsControl

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
              System.Windows.Controls..::..ItemsControl
                C1.WPF..::..C1ItemsControl
                  C1.WPF..::..C1HeaderedItemsControl
                  C1.WPF..::..C1ListBox

See Also