Visual element used inside a C1ListBox.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
[TemplateVisualStateAttribute(Name = "Preview", GroupName = "PreviewStates")] [TemplateVisualStateAttribute(Name = "Full", GroupName = "PreviewStates")] [TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")] [TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")] public class C1ListBoxItem : ContentControl |
Visual Basic |
---|
<TemplateVisualStateAttribute(Name := "Preview", GroupName := "PreviewStates")> _ <TemplateVisualStateAttribute(Name := "Full", GroupName := "PreviewStates")> _ <TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _ <TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _ Public Class C1ListBoxItem _ Inherits 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..::..C1ListBoxItem
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..::..C1ListBoxItem