skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Free Tools
    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
    • Test Studio Trainings
    • Test Studio Consulting
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Class RadScheduler

Inheritance
System.Object
Control
HtmlControl
HtmlContainerControl
HtmlDiv
RadScheduler
Inherited Members
HtmlContainerControl.TextContent
HtmlContainerControl.InnerText
HtmlControl.FindParentContainer<TContainerControl>()
HtmlControl.ValidateTag(String)
HtmlControl.ValidateControl()
HtmlControl.ParseResponseValue<T>(String, T)
HtmlControl.GetAttributeAsString(String)
HtmlControl.InitializeMappings(MappingsCollection)
HtmlControl.GetRectangle()
HtmlControl.IsVisible()
HtmlControl.GetStyleValue(String)
HtmlControl.GetStyle(String)
HtmlControl.GetComputedStyleValue(String)
HtmlControl.GetComputedStyle(String)
HtmlControl.Parent<TContainerControl>()
HtmlControl.Capture()
HtmlControl.Capture(String, String)
HtmlControl.Capture(String)
HtmlControl.InvokeEvent(ScriptEventType)
HtmlControl.InvokeEvent(ScriptEventType, Boolean)
HtmlControl.InvokeEvent(ScriptEvent)
HtmlControl.InvokeEvent(ScriptEvent, Boolean)
HtmlControl.AddEventListener(String, EventHandler<JavascriptEventArgs>)
HtmlControl.RemoveEventListener(String, EventHandler<JavascriptEventArgs>)
HtmlControl.MouseClick()
HtmlControl.MouseClick(MouseClickType)
HtmlControl.MouseClick(MouseClickType, Int32, Int32)
HtmlControl.MouseClick(MouseClickType, Point, OffsetReference)
HtmlControl.MouseClick(MouseClickType, Int32, Int32, OffsetReference)
HtmlControl.MouseHover()
HtmlControl.MouseHover(Point)
HtmlControl.MouseHover(Int32, Int32)
HtmlControl.MouseHover(Int32, Int32, OffsetReference)
HtmlControl.Click()
HtmlControl.Click(Boolean)
HtmlControl.ScrollToVisible()
HtmlControl.ScrollToVisible(ScrollToVisibleType)
HtmlControl.ScrollToVisible(ScrollToVisibleType, Rectangle)
HtmlControl.Download(Boolean, DownloadOption, String, Int32)
HtmlControl.CallMethod(String)
HtmlControl.CallMethod<T>(String)
HtmlControl.CallMethod<T>(String, T)
HtmlControl.GetValue<T>(String)
HtmlControl.GetValue<T>(String, T)
HtmlControl.GetValue<T>(String, Boolean)
HtmlControl.GetValue<T>(String, Boolean, T)
HtmlControl.SetValue<T>(String, T)
HtmlControl.SetValue<T>(String, T, Boolean)
HtmlControl.Focus()
HtmlControl.DragTo(OffsetReference, Point, Int32, Int32)
HtmlControl.DragTo(OffsetReference, Int32, Int32, Rectangle, OffsetReference, Int32, Int32)
HtmlControl.DragTo(Point)
HtmlControl.DragTo(Int32, Int32)
HtmlControl.DragTo(HtmlControl)
HtmlControl.DragTo(HtmlControl, OffsetReference, Point)
HtmlControl.DragTo(OffsetReference, Point, HtmlControl)
HtmlControl.DragTo(OffsetReference, Point, HtmlControl, OffsetReference, Point)
HtmlControl.DragTo(OffsetReference, Int32, Int32, Boolean, HtmlControl, OffsetReference, Int32, Int32, Boolean)
HtmlControl.DragToWindowLocation(OffsetReference, Int32, Int32, Boolean, OffsetReference, Int32, Int32, Boolean)
HtmlControl.ToString()
HtmlControl.AsjQueryControl()
HtmlControl.GetElementByTagNameClientSideLocator
HtmlControl.GetElementByIdClientSideLocator
HtmlControl.Find
HtmlControl.ScrollTop
HtmlControl.ScrollLeft
HtmlControl.Wait
HtmlControl.ID
HtmlControl.CssClass
HtmlControl.Attributes
HtmlControl.Mappings
HtmlControl.Styles
HtmlControl.Events
HtmlControl.TagName
HtmlControl.ChildNodes
HtmlControl.IsActiveElement
HtmlControl.IsEnabled
Control.Refresh()
Control.AssignFailed(Exception)
Control.SetTelerikComponentsVersion(Nullable<TelerikComponentsVersion>)
Control.MatchControl(Element, FindParam)
Control.GetFamilyElement(Int32, Element)
Control.ThrowOnInvalidAssignment
Control.TelerikComponentsVersion
Control.IsRefresh
Control.BaseElement
Control.OwnerBrowser
Control.Locator
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 : HtmlDiv

Constructors

RadScheduler()

Declaration
public RadScheduler()

RadScheduler(Element)

Declaration
public RadScheduler(Element element)
Parameters
Element element

Properties

AdvancedFormAllDayCheckBox

Declaration
public HtmlInputCheckBox AdvancedFormAllDayCheckBox { get; }
Property Value
HtmlInputCheckBox

AdvancedFormAllDayCheckBoxChecked

Declaration
public bool AdvancedFormAllDayCheckBoxChecked { get; }
Property Value
System.Boolean

AdvancedFormCancelButton

Declaration
public HtmlAnchor AdvancedFormCancelButton { get; }
Property Value
HtmlAnchor

AdvancedFormDiv

Declaration
public HtmlDiv AdvancedFormDiv { get; }
Property Value
HtmlDiv

AdvancedFormInsertButton

Declaration
public HtmlAnchor AdvancedFormInsertButton { get; }
Property Value
HtmlAnchor

AdvancedFormMoreControlsPanel

Declaration
public HtmlDiv AdvancedFormMoreControlsPanel { get; }
Property Value
HtmlDiv

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

Declaration
public HtmlDiv AdvancedFormRecurrencePanel { get; }
Property Value
HtmlDiv

AdvancedFormRecurrencePanelVisible

Declaration
public bool AdvancedFormRecurrencePanelVisible { get; }
Property Value
System.Boolean

AdvancedFormSaveButton

Declaration
public HtmlAnchor AdvancedFormSaveButton { get; }
Property Value
HtmlAnchor

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

Declaration
public HtmlDiv CalendarWrapper { get; }
Property Value
HtmlDiv

ChangeHoursLinkText

Declaration
public string ChangeHoursLinkText { get; }
Property Value
System.String

ClientSideLocator

Declaration
public override string ClientSideLocator { get; }
Property Value
System.String

Overrides
HtmlControl.ClientSideLocator

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

Declaration
public HtmlDiv InlineFormDiv { get; }
Property Value
HtmlDiv

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
Control.LocatorExpression

ModalDialogTitle

Declaration
public string ModalDialogTitle { get; }
Property Value
System.String

ReminderDialog

Declaration
public HtmlDiv ReminderDialog { get; }
Property Value
HtmlDiv

ReminderDialogCloseButton

Declaration
public HtmlAnchor ReminderDialogCloseButton { get; }
Property Value
HtmlAnchor

ReminderDialogDismissAllButton

Declaration
public HtmlAnchor ReminderDialogDismissAllButton { get; }
Property Value
HtmlAnchor

ReminderDialogDismissButton

Declaration
public HtmlAnchor ReminderDialogDismissButton { get; }
Property Value
HtmlAnchor

ReminderDialogSnoozeButton

Declaration
public HtmlAnchor ReminderDialogSnoozeButton { get; }
Property Value
HtmlAnchor

ReminderDialogTitleBarText

Declaration
public string ReminderDialogTitleBarText { get; }
Property Value
System.String

ReminderDialogVisible

Declaration
public bool ReminderDialogVisible { get; }
Property Value
System.Boolean

RemindersList

Declaration
public RadListBox RemindersList { get; }
Property Value
RadListBox

RenderMode

Declaration
public RenderMode RenderMode { get; }
Property Value
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)

Declaration
public override void AssignElement(Element e)
Parameters
Element e

Overrides
HtmlDiv.AssignElement(Element)

ChangeHours()

Declaration
public void ChangeHours()

ControlAssert()

Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert

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()

Declaration
public void NavigateDayView()

NavigateMonthView()

Declaration
public void NavigateMonthView()

NavigateMultiDayView()

Declaration
public void NavigateMultiDayView()

NavigateTimelineView()

Declaration
public void NavigateTimelineView()

NavigateWeekView()

Declaration
public void NavigateWeekView()

OpenCalendar()

Declaration
public void OpenCalendar()

Extension Methods

jQueryExtension.TojQueryControl(HtmlControl)
HtmlControlsAssertExtensions.AssertContent(HtmlControl)
HtmlControlsAssertExtensions.AssertStyle(HtmlControl)
HtmlControlsAssertExtensions.AssertStyle(HtmlControl, Boolean)
HtmlControlsAssertExtensions.AssertAttribute(HtmlControl)
HtmlControlsAssertExtensions.AssertAttribute(HtmlControl, Boolean)
Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.