Provides the base implementation for all controls that contain single content and have a header.
Object Model
Syntax
'Declaration
Public Class C1HeaderedContentControl
Inherits Windows.UI.Xaml.Controls.ContentControl
Implements Windows.UI.Composition.IAnimationObject
public class C1HeaderedContentControl : Windows.UI.Xaml.Controls.ContentControl, Windows.UI.Composition.IAnimationObject
Inheritance Hierarchy
System.Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
Windows.UI.Xaml.Controls.ContentControl
C1.Xaml.C1HeaderedContentControl
C1.Xaml.C1DropDownButton
See Also