HeaderedContentControl Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the base implementation for all controls that contain single content and have a header.
public class HeaderedContentControl : Windows.UI.Xaml.Controls.ContentControltype HeaderedContentControl = class
    inherit ContentControlPublic Class HeaderedContentControl
Inherits ContentControl- Inheritance
- 
				Windows.UI.Xaml.Controls.ContentControlHeaderedContentControl
- Derived
Constructors
| HeaderedContentControl() | Initializes a new instance of the HeaderedContentControl class. | 
Fields
| HeaderProperty | Identifies the Header dependency property. | 
| HeaderTemplateProperty | Identifies the HeaderTemplate dependency property. | 
| OrientationProperty | Identifies the Orientation dependency property. | 
Properties
| Header | Gets or sets the data used for the header of each control. | 
| HeaderTemplate | Gets or sets the template used to display the content of the control's header. | 
| Orientation | Gets or sets the Orientation used for the header. | 
Methods
| OnApplyTemplate() | Windows.UI.Xaml.Controls.ContentControl.OnApplyTemplate | 
| OnHeaderChanged(Object, Object) | Called when the Header property changes. |