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

See Also