Class CalendarButtonType
Identifies the type of the Calendar Button.
Inheritance
Namespace: Telerik.Windows.Controls.Calendar
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class CalendarButtonType : Enum
Fields
Date
Decade
Calendar button for a decade.
Declaration
public const CalendarButtonType Decade
Field Value
CalendarButtonType
|
Month
Calendar button with a month name or number.
Declaration
public const CalendarButtonType Month
Field Value
CalendarButtonType
|
TodayDate
The date button of today's date.
Declaration
public const CalendarButtonType TodayDate
Field Value
CalendarButtonType
|
value__
Declaration
public int value__
Field Value
System.Int32
|
WeekName
A calendar button with the week name.
Declaration
public const CalendarButtonType WeekName
Field Value
CalendarButtonType
|
WeekNumber
A calendar button with the week number.
Declaration
public const CalendarButtonType WeekNumber
Field Value
CalendarButtonType
|
Year
Calendar button with a year number.
Declaration
public const CalendarButtonType Year
Field Value
CalendarButtonType
|