ClassCalendarElementNames
Holds the list of the important Calendar element names.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public static class CalendarElementNames
Inheritance: objectCalendarElementNames
Fields
CenturyViewsName
The name of the uniform grid holding the century calendar views.
Declaration
public const string CenturyViewsName = "CenturyViews"
Field Value
DecadeViewsName
The name of the uniform grid holding the decade calendar views.
Declaration
public const string DecadeViewsName = "DecadeViews"
Field Value
HeaderButtonName
The name of the header button used to change the Calendar view.
MonthViewsName
The name of the uniform grid holding the month calendar views.
MoveLeftButtonName
The name of the navigation to left button from the header.
Declaration
public const string MoveLeftButtonName = "MoveLeft"
Field Value
MoveRightButtonName
The name of the navigation to right button from the header.
Declaration
public const string MoveRightButtonName = "MoveRight"
Field Value
TransitionPanelName
The name of the panel holding all the calendar views.
Declaration
public const string TransitionPanelName = "TransitionPanel"
Field Value
YearViewsName
The name of the uniform grid holding the year calendar views.