Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ItemsControl Class
Members

In This Topic
    C1ItemsControl Class
    In This Topic
    Represents a control that can be used to present a collection of items.
    Object Model
    C1ItemsControl Class
    Syntax
    'Declaration
     
    
    <StyleTypedPropertyAttribute(Property="ItemStyle", StyleTargetType=System.Windows.Controls.ContentControl)>
    <ContentPropertyAttribute("Items", True)>
    Public Class C1ItemsControl 
       Inherits System.Windows.Controls.ItemsControl
    [StyleTypedProperty(Property="ItemStyle", StyleTargetType=System.Windows.Controls.ContentControl)]
    [ContentProperty("Items", true)]
    public class C1ItemsControl : System.Windows.Controls.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.C1ListViewer

    See Also