RadControls for WPF

Identifies the type of the Calendar Button.

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 CalendarButtonType
Visual Basic
Public Enumeration CalendarButtonType

Members

Member nameValueDescription
TodayDate0 The date button of today's date.
Date1 A date button.
WeekNumber2 A calendar button with the week number.
WeekName3 A calendar button with the week name.
Month4 Calendar button with a month name or number.
Year5 Calendar button with a year number.
Decade6 Calendar button for a decade.

See Also