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
DisplayMode
|
DecadeView
The calendar displays one or more decades (10s) of years.
Declaration
public const DisplayMode DecadeView
Field Value
DisplayMode
|
MonthView
The calendar shows one or more months for choosing dates.
Declaration
public const DisplayMode MonthView
Field Value
DisplayMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
YearView
The calendar displays the months of one or more years.
Declaration
public const DisplayMode YearView
Field Value
DisplayMode
|