ComponentOne Basic Library for WPF and Silverlight
C1ListViewerItem Class
Members 


C1.Silverlight Namespace : C1ListViewerItem Class
Visual element used inside a C1ListViewer.
Object Model
C1ListViewerItem Class
Syntax
'Declaration
 
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Full", GroupName="PreviewStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Preview", GroupName="PreviewStates")>
Public Class C1ListViewerItem 
   Inherits System.Windows.Controls.ContentControl
'Usage
 
Dim instance As C1ListViewerItem
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Full", GroupName="PreviewStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Preview", GroupName="PreviewStates")]
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

Reference

C1ListViewerItem Members
C1.Silverlight Namespace