Class DateSelectionMode
Specifies the selection mode of the calendar.
Inheritance
Namespace: Telerik.Windows.Controls.Calendar
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class DateSelectionMode : Enum
Fields
Day
The user is able to select Days. The calendar shows one or more months for choosing dates.
Declaration
public const DateSelectionMode Day
Field Value
DateSelectionMode
|
Month
The user is able to select Months. The calendar displays the months of one or more years.
Declaration
public const DateSelectionMode Month
Field Value
DateSelectionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Year
The user is able to select Years. The calendar displays one or more decades (10s) of years.
Declaration
public const DateSelectionMode Year
Field Value
DateSelectionMode
|