ClassRadScheduler
Represents the RadScheduler control wrapper. Serves as a main entry point for the entire Scheduler API.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Scheduler
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadScheduler : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadScheduler
Implements:
Inherited Members
Constructors
RadScheduler()
Initializes a new instance of the RadScheduler class.
Declaration
public RadScheduler()
Properties
CurrentView
Gets the currently opened view.
Declaration
public SchedulerViewType CurrentView { get; }
Property Value
DateHeaderText
Gets the current date header text.
NavigationDatePicker
Get the navigation RadDatePicker control residing below the Scheduler header.
Declaration
public RadDatePicker NavigationDatePicker { get; }
Property Value
NavigationPanel
Get the stack panel holding the navigation buttons and date picker.
Presenter
Gets the presenter control of the Scheduler.
Declaration
public SchedulerPresenter Presenter { get; }
Property Value
ViewButtonsPanel
Get the top StackPanel holding the change view buttons.
Methods
ChangeView(SchedulerViewType)
Change the view with the given type.
Declaration
public void ChangeView(SchedulerViewType type)
Parameters
type
The scheduler type view to change to.
NavigateBack()
Simulates user clicking on the 'Back' navigation button below the Scheduler header.
Declaration
public void NavigateBack()
NavigateForward()
Simulates user clicking on the 'Forward' navigation button below the Scheduler header.
Declaration
public void NavigateForward()
OpenMonthDay(int)
Open the month day with the given value.
Declaration
public void OpenMonthDay(int day)
Parameters
day
The first met value of the day displayed in the view.
OpenMonthDay(int, int)
Open the month day with the given value and occurrence.
OpenMonthWeek(int)
Open the week with the given index. Refreshes the content internally.
Declaration
public void OpenMonthWeek(int index)
Parameters
index
The index of the week to open.
OpenWeekDay(int)
Open the day with the given index from the week header. Refreshes the content internally.
Declaration
public void OpenWeekDay(int index)
Parameters
index
The index of the day to open.