Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CalendarDatePicker.Header Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 property Platform::Object ^ Header { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Header();

void Header(IInspectable value);
public object Header { get; set; }
var object = calendarDatePicker.header;
calendarDatePicker.header = object;
Public Property Header As Object
<CalendarDatePicker Header="headerString"/>
- or -
<CalendarDatePicker>
 <CalendarDatePicker.Header>headerObject</CalendarDatePicker.Header>
</CalendarDatePicker>

Property Value

Object

Platform::Object

IInspectable

The content of the header. The default value is null.

Applies to


Feedback

Was this page helpful?