RadScheduler
Class
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
C#
public class RadScheduler : HtmlDiv
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDivRadScheduler...
Inherited Members
Constructors
C#
public RadScheduler()
Properties
C#
public HtmlInputCheckBox AdvancedFormAllDayCheckBox { get; }
C#
public bool AdvancedFormAllDayCheckBoxChecked { get; }
C#
public HtmlAnchor AdvancedFormCancelButton { get; }
C#
public HtmlDiv AdvancedFormDiv { get; }
C#
public HtmlAnchor AdvancedFormInsertButton { get; }
C#
public HtmlDiv AdvancedFormMoreControlsPanel { get; }
C#
public bool AdvancedFormMoreControlsPanelVisible { get; }
C#
public HtmlInputCheckBox AdvancedFormRecurrenceCheckBox { get; }
C#
public bool AdvancedFormRecurrenceCheckBoxChecked { get; }
C#
public HtmlDiv AdvancedFormRecurrencePanel { get; }
C#
public bool AdvancedFormRecurrencePanelVisible { get; }
C#
public HtmlAnchor AdvancedFormSaveButton { get; }
C#
public string AdvancedFormText { get; }
C#
public bool AdvancedFormVisible { get; }
C#
public IList<SchedulerAppointment> Appointments { get; }
C#
public bool CalendarVisible { get; }
C#
public HtmlDiv CalendarWrapper { get; }
C#
public string ChangeHoursLinkText { get; }
C#
public override string ClientSideLocator { get; }
Overrides:
C#
public DateTime FirstDayStart { get; }
C#
public SchedulerTimeSlot GetDayViewAllDayTimeSlot { get; }
C#
public string HeaderText { get; }
C#
public HtmlDiv InlineFormDiv { get; }
C#
public string InlineFormText { get; }
C#
public bool InlineFormVisible { get; }
C#
public bool IsVisibleModalDialog { get; }
C#
public override IFindExpression LocatorExpression { get; }
Overrides:
C#
public string ModalDialogTitle { get; }
C#
public HtmlDiv ReminderDialog { get; }
C#
public HtmlAnchor ReminderDialogCloseButton { get; }
C#
public HtmlAnchor ReminderDialogDismissAllButton { get; }
C#
public HtmlAnchor ReminderDialogDismissButton { get; }
C#
public HtmlAnchor ReminderDialogSnoozeButton { get; }
C#
public string ReminderDialogTitleBarText { get; }
C#
public bool ReminderDialogVisible { get; }
C#
public RadListBox RemindersList { get; }
C#
public RenderMode RenderMode { get; }
C#
public string ResourceTypesString { get; }
C#
public SchedulerViewNavigationType SelectedView { get; }
Methods
C#
public void ChangeHours()
C#
public SchedulerAppointment FindAppointment(Predicate<SchedulerAppointment> predicate)
C#
public SchedulerAppointment FindAppointmentBySubject(string subject)
C#
public void GoNext()
C#
public void GoPrevious()
C#
public void GoToday()
C#
public void InitializeAppointments()
C#
public void NavigateDayView()
C#
public void NavigateMonthView()
C#
public void NavigateMultiDayView()
C#
public void NavigateTimelineView()
C#
public void NavigateWeekView()
C#
public void OpenCalendar()