Class CalendarMode
Specifies values for the different modes of operation of a Calendar.
Inheritance
System.Object
CalendarMode
Namespace: Syncfusion.Windows.Controls
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class CalendarMode : Enum
Fields
Decade
The Calendar displays a decade at a time.
Declaration
public const CalendarMode Decade
Field Value
Type |
---|
CalendarMode |
Month
The Calendar displays a month at a time.
Declaration
public const CalendarMode Month
Field Value
Type |
---|
CalendarMode |
Year
The Calendar displays a year at a time.
Declaration
public const CalendarMode Year
Field Value
Type |
---|
CalendarMode |