Click or drag to resize
HeaderedContentControlHeader Property
Gets or sets the content for the header of the control.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Object Header { get; set; }

Property Value

Type: Object
The content for the header of the control. The default value is null.
See Also