Specifies the selection mode of the calendar.
Definition
Namespace:Telerik.Windows.Controls.Calendar
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public enum DateSelectionMode
Fields
The user is able to select Days. The calendar shows one or more months for choosing dates.
C#
Day = 0
The user is able to select Months. The calendar displays the months of one or more years.
C#
Month = 1
The user is able to select Years. The calendar displays one or more decades (10s) of years.
C#
Year = 2