ComponentOne Basic Library for WPF and Silverlight
C1ListViewerItem Class
Members 


C1.WPF Namespace : C1ListViewerItem Class
Visual element used inside a C1ListViewer.
Object Model
C1ListViewerItem Class
Syntax
'Declaration
 
<System.Windows.TemplateVisualStateAttribute(Name="Preview", GroupName="PreviewStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Full", GroupName="PreviewStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
Public Class C1ListViewerItem 
   Inherits System.Windows.Controls.ContentControl
'Usage
 
Dim instance As C1ListViewerItem
[System.Windows.TemplateVisualState(Name="Preview", GroupName="PreviewStates")]
[System.Windows.TemplateVisualState(Name="Full", GroupName="PreviewStates")]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
public class C1ListViewerItem : System.Windows.Controls.ContentControl 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        C1.WPF.C1ListViewerItem
                           C1.WPF.C1ListBoxItem

See Also

Reference

C1ListViewerItem Members
C1.WPF Namespace