| HeaderedContentControlHeader Property | 
            Gets or sets the content for the header of the control.
            
 
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
 Syntax
Syntaxpublic Object Header { get; set; }Property Value
Type: 
Object
            The content for the header of the control. The default value is
            null.
            
 See Also
See Also