ClassSchedulerWeekPresenter
Class
Represents the Scheduler WeekView wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Scheduler
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class SchedulerWeekPresenter : SchedulerPresenter, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlSchedulerPresenterSchedulerWeekPresenter
Implements:
Inherited Members
Constructors
SchedulerWeekPresenter()
Initializes a new instance of the SchedulerWeekPresenter class.
Declaration
cs-api-definition
public SchedulerWeekPresenter()
Properties
AllDayAppointmentsControl
Get the 'all day' appointments control.
Declaration
cs-api-definition
public AppointmentsControl AllDayAppointmentsControl { get; }
Property Value
DayHeaderGrid
Get the day header grid holding the buttons.
Declaration
cs-api-definition
public RadUniformGrid DayHeaderGrid { get; }
Property Value
NotAllDayAppointmentsControl
Get the 'not all day' appointments control.
Declaration
cs-api-definition
public AppointmentsControl NotAllDayAppointmentsControl { get; }
Property Value
Methods
OpenDay(int)
Simulates user clicking on the day in the header to open the respective day view.
Declaration
cs-api-definition
public void OpenDay(int index)
Parameters
index
The header index of the day to open.