Class RadScheduler
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadScheduler : HtmlDivConstructors
RadScheduler()
Declaration
public RadScheduler()RadScheduler(Element)
Properties
AdvancedFormAllDayCheckBox
Declaration
public HtmlInputCheckBox AdvancedFormAllDayCheckBox { get; }Property Value
| HtmlInputCheckBox 
 | 
AdvancedFormAllDayCheckBoxChecked
Declaration
public bool AdvancedFormAllDayCheckBoxChecked { get; }Property Value
| System.Boolean 
 | 
AdvancedFormCancelButton
AdvancedFormDiv
AdvancedFormInsertButton
AdvancedFormMoreControlsPanel
AdvancedFormMoreControlsPanelVisible
Declaration
public bool AdvancedFormMoreControlsPanelVisible { get; }Property Value
| System.Boolean 
 | 
AdvancedFormRecurrenceCheckBox
Declaration
public HtmlInputCheckBox AdvancedFormRecurrenceCheckBox { get; }Property Value
| HtmlInputCheckBox 
 | 
AdvancedFormRecurrenceCheckBoxChecked
Declaration
public bool AdvancedFormRecurrenceCheckBoxChecked { get; }Property Value
| System.Boolean 
 | 
AdvancedFormRecurrencePanel
AdvancedFormRecurrencePanelVisible
Declaration
public bool AdvancedFormRecurrencePanelVisible { get; }Property Value
| System.Boolean 
 | 
AdvancedFormSaveButton
AdvancedFormText
Declaration
public string AdvancedFormText { get; }Property Value
| System.String 
 | 
AdvancedFormVisible
Declaration
public bool AdvancedFormVisible { get; }Property Value
| System.Boolean 
 | 
Appointments
Declaration
public IList<SchedulerAppointment> Appointments { get; }Property Value
| System.Collections.Generic.IList<SchedulerAppointment> 
 | 
CalendarVisible
Declaration
public bool CalendarVisible { get; }Property Value
| System.Boolean 
 | 
CalendarWrapper
ChangeHoursLinkText
Declaration
public string ChangeHoursLinkText { get; }Property Value
| System.String 
 | 
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
FirstDayStart
Declaration
public DateTime FirstDayStart { get; }Property Value
| System.DateTime 
 | 
GetDayViewAllDayTimeSlot
Declaration
public SchedulerTimeSlot GetDayViewAllDayTimeSlot { get; }Property Value
| SchedulerTimeSlot 
 | 
HeaderText
Declaration
public string HeaderText { get; }Property Value
| System.String 
 | 
InlineFormDiv
InlineFormText
Declaration
public string InlineFormText { get; }Property Value
| System.String 
 | 
InlineFormVisible
Declaration
public bool InlineFormVisible { get; }Property Value
| System.Boolean 
 | 
IsVisibleModalDialog
Declaration
public bool IsVisibleModalDialog { get; }Property Value
| System.Boolean 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
ModalDialogTitle
Declaration
public string ModalDialogTitle { get; }Property Value
| System.String 
 | 
ReminderDialog
ReminderDialogCloseButton
ReminderDialogDismissAllButton
ReminderDialogDismissButton
ReminderDialogSnoozeButton
ReminderDialogTitleBarText
Declaration
public string ReminderDialogTitleBarText { get; }Property Value
| System.String 
 | 
ReminderDialogVisible
Declaration
public bool ReminderDialogVisible { get; }Property Value
| System.Boolean 
 | 
RemindersList
RenderMode
ResourceTypesString
Declaration
public string ResourceTypesString { get; }Property Value
| System.String 
 | 
SelectedView
Declaration
public SchedulerViewNavigationType SelectedView { get; }Property Value
| SchedulerViewNavigationType 
 | 
Methods
AdvancedFormSetText(String)
Declaration
public void AdvancedFormSetText(string text)Parameters
| System.String
        text 
 | 
AssignElement(Element)
ChangeHours()
Declaration
public void ChangeHours()ControlAssert()
FindAppointment(Predicate<SchedulerAppointment>)
Declaration
public SchedulerAppointment FindAppointment(Predicate<SchedulerAppointment> predicate)Parameters
| System.Predicate<SchedulerAppointment>
        predicate 
 | 
Returns
| SchedulerAppointment 
 | 
FindAppointmentBySubject(String)
Declaration
public SchedulerAppointment FindAppointmentBySubject(string subject)Parameters
| System.String
        subject 
 | 
Returns
| SchedulerAppointment 
 | 
GetDayViewTimeSlot(Int32)
Declaration
public SchedulerTimeSlot GetDayViewTimeSlot(int index)Parameters
| System.Int32
        index 
 | 
Returns
| SchedulerTimeSlot 
 | 
GetDayViewTimeSlot(Int32, Int32)
Declaration
public SchedulerTimeSlot GetDayViewTimeSlot(int index, int resourceIndex)Parameters
| System.Int32
        index 
 | 
| System.Int32
        resourceIndex 
 | 
Returns
| SchedulerTimeSlot 
 | 
GetMonthViewTimeSlot(Int32, Int32)
Declaration
public SchedulerTimeSlot GetMonthViewTimeSlot(int index, int dayIndex)Parameters
| System.Int32
        index 
 | 
| System.Int32
        dayIndex 
 | 
Returns
| SchedulerTimeSlot 
 | 
GetTimeLineTimeSlot(Int32)
Declaration
public SchedulerTimeSlot GetTimeLineTimeSlot(int dayIndex)Parameters
| System.Int32
        dayIndex 
 | 
Returns
| SchedulerTimeSlot 
 | 
GetWeekViewAllDayTimeSlot(Int32)
Declaration
public SchedulerTimeSlot GetWeekViewAllDayTimeSlot(int dayIndex)Parameters
| System.Int32
        dayIndex 
 | 
Returns
| SchedulerTimeSlot 
 | 
GetWeekViewTimeSlot(Int32, Int32)
Declaration
public SchedulerTimeSlot GetWeekViewTimeSlot(int index, int dayIndex)Parameters
| System.Int32
        index 
 | 
| System.Int32
        dayIndex 
 | 
Returns
| SchedulerTimeSlot 
 | 
GoNext()
Declaration
public void GoNext()GoPrevious()
Declaration
public void GoPrevious()GoToday()
Declaration
public void GoToday()InitializeAppointments()
Declaration
public void InitializeAppointments()InlineFormSetText(String)
Declaration
public void InlineFormSetText(string text)Parameters
| System.String
        text 
 | 
NavigateDayView()
NavigateMonthView()
NavigateMultiDayView()
NavigateTimelineView()
NavigateWeekView()
OpenCalendar()
Declaration
public void OpenCalendar()