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 public Object Header { get; set; }
Property Value
Type:
Object
The content for the header of the control. The default value is
null.
See Also