ClassSchedulerMonthPresenter
The Scheduler MonthView presenter.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Scheduler
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class SchedulerMonthPresenter : SchedulerPresenter, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlSchedulerPresenterSchedulerMonthPresenter
Implements:
Inherited Members
Constructors
SchedulerMonthPresenter()
Initializes a new instance of the SchedulerMonthPresenter class.
Declaration
public SchedulerMonthPresenter()
Properties
AppointmentsControl
Get the Appointments control for this presenter.
Declaration
public AppointmentsControl AppointmentsControl { get; }
Property Value
DayHeaderGrid
Get the RadUniformGrid control representing the day header.
Declaration
public RadUniformGrid DayHeaderGrid { get; }
Property Value
MonthScrollBar
Get the scroll bar part of the Scheduler MonthView.
WeekHeaderGrid
Get the RadUniformGrid control representing the week header.
Declaration
public RadUniformGrid WeekHeaderGrid { get; }
Property Value
Methods
OpenDay(int)
Simulates user clicking on the first day with the given value to open the respective DayView.
Declaration
public void OpenDay(int day)
Parameters
day
The value of the day to open.
OpenDay(int, int)
Simulates user clicking on the day with the given value and occurrence to open the respective DayView.
OpenWeek(int)
Simulates user clicking on the week with the given index to open the respective WeekView.
Declaration
public void OpenWeek(int index)
Parameters
index
The index of the week to open.
ScrollBack()
Scrolls up the month view with a click on the top repeat button.
Declaration
public void ScrollBack()
ScrollForward()
Scrolls down the month view with a click on the bottom repeat button.
Declaration
public void ScrollForward()