Visual element used inside a C1ListBox.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
[TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")]
[TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")]
[TemplateVisualStateAttribute(Name = "Preview", GroupName = "PreviewStates")]
[TemplateVisualStateAttribute(Name = "Full", GroupName = "PreviewStates")]
public class C1ListBoxItem : ContentControl
Visual Basic
<TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _
<TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _
<TemplateVisualStateAttribute(Name := "Preview", GroupName := "PreviewStates")> _
<TemplateVisualStateAttribute(Name := "Full", GroupName := "PreviewStates")> _
Public Class C1ListBoxItem _
	Inherits ContentControl

Inheritance Hierarchy

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

See Also