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

In This Topic
    C1ListViewerItem Class
    In This Topic
    Visual element used inside a C1ListViewer.
    Object Model
    C1ListViewerItem Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
    <ContentPropertyAttribute("Content", True)>
    Public Class C1ListViewerItem 
       Inherits System.Windows.Controls.ContentControl
    [TemplateVisualState(Name="Normal", GroupName="CommonStates")]
    [ContentProperty("Content", true)]
    public class C1ListViewerItem : System.Windows.Controls.ContentControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.C1ListViewerItem
                         C1.Silverlight.C1ListBoxItem

    See Also