InterfaceICalendarView
Represents the CalendarView control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public interface ICalendarView : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
DisplayMode
Get the current Calendar display mode -- Month, Year, Decade or Century.
Declaration
CalendarDisplayMode DisplayMode { get; }
Property Value
Index
Get the calendar view index.
Methods
ButtonClick(string)
Simulates user clicking on the calendar button in the view. Uses the firstly found button matching the given text.
Declaration
void ButtonClick(string buttonText)
Parameters
buttonText
The button text to search for.
ButtonClick(string, int)
Simulates user clicking on the calendar button in the view. Uses the button matching the given text depending on the given occurence.
SelectDayRange(string, int, string, int)
Simulates user dragging to select the days from the given range.
Declaration
void SelectDayRange(string firstDay, int firstDayOccurrence, string lastDay, int lastDayOccurrence)
Parameters
firstDay
The day to start selection from, uses the first occurence.
firstDayOccurrence
The start day occurence in this view.
lastDay
The date to end select from, uses the first occurence.
lastDayOccurrence
The last day occurence in this view.