Class DisplayMode
Specifies the display mode of the calendar.
Inheritance
System.Object
DisplayMode
Namespace: Telerik.Windows.Controls.Calendar
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class DisplayMode : Enum
Fields
CenturyView
The calendar displays one or more centuries.
Declaration
public const DisplayMode CenturyView
Field Value
DecadeView
The calendar displays one or more decades (10s) of years.
Declaration
public const DisplayMode DecadeView
Field Value
MonthView
The calendar shows one or more months for choosing dates.
Declaration
public const DisplayMode MonthView
Field Value
value__
Declaration
public int value__
Field Value
System.
|
YearView
The calendar displays the months of one or more years.
Declaration
public const DisplayMode YearView