ClassKendoCalendar
KendoCalendar control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class KendoCalendar : KendoUIControlBase
Inheritance: objectControlHtmlControlKendoUIControlBaseKendoCalendar
Inherited Members
Constructors
KendoCalendar()
Initializes a new instance of the KendoCalendarBar class.
Declaration
public KendoCalendar()
KendoCalendar(Element)
Initializes a new instance of the KendoCalendar class.
Properties
CalendarFullDateValue
The value of the of the Calendar.
Declaration
public DateTime CalendarFullDateValue { get; }
Property Value
CalendarValue
The selected element of the of the Calendar (InnerText).
ClientSideLocator
Gets the client-side code that defines the KendoCalendar.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
DateValue
The date-value attribute of the of the Calendar.
FooterPresent
Shows whether calendar footer is present
FooterText
The footer text of the Calendar.
SelectedDate
Returns the Calendar's selected date.
Methods
AssignElement(Element)
Attach the specified Element to this HtmlControl and initialize its internal properties.
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides
NavigateDown(string)
Navigates to lower calendar view - decades, years, months
NavigateToFuture()
Navigates to next month
Declaration
public void NavigateToFuture()
NavigateUp()
Navigates to upper calendar view - months, years, decades
Declaration
public void NavigateUp()
SelectDay(string)
Selects a day in the Calendar.
Declaration
public void SelectDay(string day)
Parameters
day
Date in format "yyyy, mm, dd".
selectDay(string)
Selects a day in the Calendar.
Declaration
[Obsolete]
public void selectDay(string day)
Parameters
day
Date in format "yyyy, mm, dd".