ClassSchedulerTimelinePresenter
Class
Represents the RadScheduler Timeline presenter control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Scheduler
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class SchedulerTimelinePresenter : SchedulerPresenter, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlSchedulerPresenterSchedulerTimelinePresenter
Implements:
Inherited Members
Constructors
SchedulerTimelinePresenter()
Initializes a new instance of the SchedulerTimelinePresenter class.
Declaration
cs-api-definition
public SchedulerTimelinePresenter()
Properties
AppointmentsControl
Get the Appointments control for this presenter.
Declaration
cs-api-definition
public AppointmentsControl AppointmentsControl { get; }
Property Value
DayHeaderGrid
Get the RadUniformGrid control representing the days header.
Declaration
cs-api-definition
public RadUniformGrid DayHeaderGrid { get; }
Property Value
Methods
OpenHeaderDay(int)
Simulates user clicking on the day with the given index in the header to open the respective DayView.
Declaration
cs-api-definition
public void OpenHeaderDay(int dayIndex)
Parameters
dayIndex
The index of the day item in the header.