Enum
CalendarButtonType

Identifies the type of the Calendar Button.

Definition

Namespace:Telerik.Windows.Controls.Calendar

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public enum CalendarButtonType

Fields

Date

A date button.

Declaration

cs-api-definition
Date = 1

Field Value

CalendarButtonType

Decade

Calendar button for a decade.

Declaration

cs-api-definition
Decade = 6

Field Value

CalendarButtonType

Month

Calendar button with a month name or number.

Declaration

cs-api-definition
Month = 4

Field Value

CalendarButtonType

TodayDate

The date button of today's date.

Declaration

cs-api-definition
TodayDate = 0

Field Value

CalendarButtonType

WeekName

A calendar button with the week name.

Declaration

cs-api-definition
WeekName = 3

Field Value

CalendarButtonType

WeekNumber

A calendar button with the week number.

Declaration

cs-api-definition
WeekNumber = 2

Field Value

CalendarButtonType

Year

Calendar button with a year number.

Declaration

cs-api-definition
Year = 5

Field Value

CalendarButtonType