CalendarPicker.Header property

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

Gets or sets the content for the calendar picker's header.

Syntax

public object Header { get; set; }
Public Property Header As Object
public:
property Object^ Header { 
   Object^ get();
   void set (Object^ value);
}

Property value

Type: System.Object [.NET] | Platform::Object [C++]

The content of the header. The default value 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