Class
CalendarElementNames

Holds the list of the important Calendar element names.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public static class CalendarElementNames

Inheritance: objectCalendarElementNames

Fields

CenturyViewsName

The name of the uniform grid holding the century calendar views.

Declaration

cs-api-definition
public const string CenturyViewsName = "CenturyViews"

Field Value

string

DecadeViewsName

The name of the uniform grid holding the decade calendar views.

Declaration

cs-api-definition
public const string DecadeViewsName = "DecadeViews"

Field Value

string

HeaderButtonName

The name of the header button used to change the Calendar view.

Declaration

cs-api-definition
public const string HeaderButtonName = "Header"

Field Value

string

MonthViewsName

The name of the uniform grid holding the month calendar views.

Declaration

cs-api-definition
public const string MonthViewsName = "MonthViews"

Field Value

string

MoveLeftButtonName

The name of the navigation to left button from the header.

Declaration

cs-api-definition
public const string MoveLeftButtonName = "MoveLeft"

Field Value

string

MoveRightButtonName

The name of the navigation to right button from the header.

Declaration

cs-api-definition
public const string MoveRightButtonName = "MoveRight"

Field Value

string

TransitionPanelName

The name of the panel holding all the calendar views.

Declaration

cs-api-definition
public const string TransitionPanelName = "TransitionPanel"

Field Value

string

YearViewsName

The name of the uniform grid holding the year calendar views.

Declaration

cs-api-definition
public const string YearViewsName = "YearViews"

Field Value

string