CalendarViewDisplayMode Enum

Definition

Defines constants that specify which view of the calendar is shown.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum CalendarViewDisplayMode
Inheritance
CalendarViewDisplayMode
Attributes

Fields

Name Value Description
Month 0

The month view is shown.

Year 1

The year selector view is shown.

Decade 2

The decade selector view is shown.

Remarks

This enumeration provides values for the CalendarView.DisplayMode and CalandarDatePicker.DisplayMode properties.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also