Visual element that represent each item of a C1LoopingList.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
[TemplateVisualStateAttribute(Name = "Visible", GroupName = "VisibilityStates")]
[TemplateVisualStateAttribute(Name = "Collapsed", GroupName = "VisibilityStates")]
public class C1LoopingListItem : ListBoxItem
Visual Basic
<TemplateVisualStateAttribute(Name := "Visible", GroupName := "VisibilityStates")> _
<TemplateVisualStateAttribute(Name := "Collapsed", GroupName := "VisibilityStates")> _
Public Class C1LoopingListItem _
	Inherits ListBoxItem
XAML Object Element Usage
<C1LoopingListItem .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            System.Windows.Controls..::..ListBoxItem
              C1.Phone..::..C1LoopingListItem

See Also