CalendarPicker.HeaderTemplate property

[This documentation is preliminary and is subject to change.]

Gets or sets the DataTemplate used to display the content of the header.

Syntax

public DataTemplate HeaderTemplate { get; set; }
Public Property HeaderTemplate As DataTemplate
public:
property DataTemplate^ HeaderTemplate { 
   DataTemplate^ get();
   void set (DataTemplate^ value);
}

Property value

Type: DataTemplate

The template that specifies the visualization of the header object. The default is null.

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.UI.Xaml.Controls Windows::UI::Xaml::Controls [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

CalendarPicker