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

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            C1.Silverlight..::..C1ItemsControl
              C1.Silverlight..::..C1HeaderedItemsControl
              C1.Silverlight..::..C1ListBox

See Also