Class CalendarElementNames
Inheritance
System.Object
CalendarElementNames
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public static class CalendarElementNames
Fields
CenturyViewsName
Declaration
public const string CenturyViewsName = "CenturyViews"
Field Value
System.String
|
DecadeViewsName
Declaration
public const string DecadeViewsName = "DecadeViews"
Field Value
System.String
|
HeaderButtonName
Declaration
public const string HeaderButtonName = "Header"
Field Value
System.String
|
MonthViewsName
Declaration
public const string MonthViewsName = "MonthViews"
Field Value
System.String
|
MoveLeftButtonName
Declaration
public const string MoveLeftButtonName = "MoveLeft"
Field Value
System.String
|
MoveRightButtonName
Declaration
public const string MoveRightButtonName = "MoveRight"
Field Value
System.String
|
TransitionPanelName
Declaration
public const string TransitionPanelName = "TransitionPanel"
Field Value
System.String
|
YearViewsName
Declaration
public const string YearViewsName = "YearViews"
Field Value
System.String
|