Share via


CalendarPicker.CalendarViewStyle property

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

Gets or sets the Style associated with the control's internal CalendarView object.

Syntax

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

Property value

Type: Style

The current style of the CalendarView object.

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