Provides the base implementation for all controls that contain single content and have a header.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  DependencyObject
    UIElement
      FrameworkElement
        Control
          ContentControl
            C1.Xaml..::..C1HeaderedContentControl
              C1.Xaml.TileView..::..C1TileViewItem

See Also