RadControls for WPF

Specifies the selection mode of the calendar.

Namespace: Telerik.Windows.Controls.Calendar
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.2.611.40

Syntax

C#
public enum DateSelectionMode
Visual Basic
Public Enumeration DateSelectionMode

Members

Member nameValueDescription
Day0 The user is able to select Days. The calendar shows one or more months for choosing dates.
Month1 The user is able to select Months. The calendar displays the months of one or more years.
Year2 The user is able to select Years. The calendar displays one or more decades (10s) of years.

See Also