menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Schedule

    Show / Hide Table of Contents

    Class Schedule

    Class for schedule control

    Inheritance
    System.Object
    CommonDataBoundControl
    Schedule
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonDataBoundControl.PerformDataBinding(IEnumerable)
    CommonDataBoundControl.RaisePostBackEvent(String)
    CommonDataBoundControl.RenderContents(HtmlTextWriter)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class Schedule : CommonDataBoundControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    Schedule()

    Declaration
    public Schedule()

    Properties

    ActionBegin

    Gets or sets the Action Begin Schedule occurs before the action begin.

    Declaration
    [JsonProperty("actionBegin")]
    public string ActionBegin { get; set; }
    Property Value
    Type Description
    System.String

    The schedule ActionBegin.

    ActionComplete

    Gets or sets the ActionComplete Schedule occurs after the action complete.

    Declaration
    [JsonProperty("actionComplete")]
    public string ActionComplete { get; set; }
    Property Value
    Type Description
    System.String

    The schedule ActionComplete.

    AgendaViewSettings

    Gets or sets the schedule Agenda View Settings.

    Declaration
    public AgendaViewSettings AgendaViewSettings { get; set; }
    Property Value
    Type Description
    AgendaViewSettings

    The schedule AgendaSettings.

    AllDayCellsTemplateId

    Gets or sets the schedule AllDayCells TemplateId.

    Declaration
    public string AllDayCellsTemplateId { get; set; }
    Property Value
    Type Description
    System.String

    The schedule AllDayCellsTemplateId.

    AllowDelete

    Gets or sets the schedule to Allow Delete.

    Declaration
    public bool AllowDelete { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule AllowDelete.

    AllowDragAndDrop

    Gets or sets the schedule Allow Drag and Drop.

    Declaration
    public bool AllowDragAndDrop { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule AllowDragAndDrop.

    AllowDragDrop

    Gets or sets the schedule Allow Drag and Drop.

    Declaration
    public bool AllowDragDrop { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule AllowDragDrop.

    AllowInline

    Gets or sets the schedule Allow Inline.

    Declaration
    public bool AllowInline { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule AllowInline.

    AllowKeyboardNavigation

    Gets or sets the schedule Allow Keyboard Navigation.

    Declaration
    public bool AllowKeyboardNavigation { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule AllowKeyboardNavigation.

    AppointmentChanged

    Gets or sets the AppointmentChange Schedule occurs after the appointment is edited.

    Declaration
    [JsonProperty("appointmentChanged")]
    public string AppointmentChanged { get; set; }
    Property Value
    Type Description
    System.String

    The schedule AppointmentChanged.

    AppointmentClick

    Gets or sets the Appointment Click Schedule occurs after the appointment is clicked.

    Declaration
    [JsonProperty("appointmentClick")]
    public string AppointmentClick { get; set; }
    Property Value
    Type Description
    System.String

    The schedule AppointmentClick.

    AppointmentCreated

    Gets or sets the Appointment Save Schedule occurs after the appointment saved.

    Declaration
    [JsonProperty("appointmentCreated")]
    public string AppointmentCreated { get; set; }
    Property Value
    Type Description
    System.String

    The schedule AppointmentCreated.

    AppointmentDeleted

    Gets or sets the Appointment Deleted Schedule occurs after the appointment is deleted.

    Declaration
    [JsonProperty("beforeAppointmentRemove")]
    public string AppointmentDeleted { get; set; }
    Property Value
    Type Description
    System.String

    The schedule AppointmentDeleted.

    AppointmentDragArea

    Gets or sets the schedule Appointment Drag Area.

    Declaration
    public string AppointmentDragArea { get; set; }
    Property Value
    Type Description
    System.String

    The schedule Appointment Drag Area.

    AppointmentEdited

    Gets or sets the Appointment Edited Schedule occurs after the appointment is edited.

    Declaration
    [JsonProperty("beforeAppointmentChange")]
    public string AppointmentEdited { get; set; }
    Property Value
    Type Description
    System.String

    The schedule AppointmentEdited.

    AppointmentHover

    Gets or sets the Appointment Hover Schedule occurs after the appointment is hovered.

    Declaration
    [JsonProperty("appointmentHover")]
    public string AppointmentHover { get; set; }
    Property Value
    Type Description
    System.String

    The schedule AppointmentHover.

    AppointmentRemoved

    Gets or sets the Appointment Delete Schedule occurs after the appointment is deleted.

    Declaration
    [JsonProperty("appointmentRemoved")]
    public string AppointmentRemoved { get; set; }
    Property Value
    Type Description
    System.String

    The schedule AppointmentRemoved.

    AppointmentSaved

    Gets or sets the Appointment Saved Schedule occurs after the appointment saved.

    Declaration
    [JsonProperty("beforeAppointmentCreate")]
    public string AppointmentSaved { get; set; }
    Property Value
    Type Description
    System.String

    The schedule AppointmentSaved.

    AppointmentSettings

    Gets or sets the schedule Appointment Settings.

    Declaration
    public ScheduleFields AppointmentSettings { get; set; }
    Property Value
    Type Description
    ScheduleFields

    The schedule AppointmentSettings.

    AppointmentTemplateId

    Gets or sets the schedule Appointment TemplateId.

    Declaration
    public string AppointmentTemplateId { get; set; }
    Property Value
    Type Description
    System.String

    The schedule AppointmentTemplateId.

    AppointmentWindowOpen

    Gets or sets the Appointment Window Open Scheduleoccurs appointment window is opened.

    Declaration
    [JsonProperty("appointmentWindowOpen")]
    public string AppointmentWindowOpen { get; set; }
    Property Value
    Type Description
    System.String

    The schedule AppointmentWindowOpen.

    BeforeAppointmentChange

    Gets or sets the Appointment Edit Schedule occurs before the appointment is edited.

    Declaration
    [JsonProperty("beforeAppointmentChange ")]
    public string BeforeAppointmentChange { get; set; }
    Property Value
    Type Description
    System.String

    The schedule BeforeAppointmentChange .

    BeforeAppointmentCreate

    Gets or sets the Appointment Save Schedule occurs before the appointment saved.

    Declaration
    [JsonProperty("beforeAppointmentCreate")]
    public string BeforeAppointmentCreate { get; set; }
    Property Value
    Type Description
    System.String

    The schedule BeforeAppointmentCreate.

    BeforeAppointmentRemove

    Gets or sets the Appointment Delete Schedule occurs before the appointment is delete.

    Declaration
    [JsonProperty("beforeAppointmentRemove")]
    public string BeforeAppointmentRemove { get; set; }
    Property Value
    Type Description
    System.String

    The schedule BeforeAppointmentRemove.

    BeforeContextMenuOpen

    Gets or sets the Before Context MenuOpen Schedule occurs the context menu open up.

    Declaration
    [JsonProperty("beforeContextMenuOpen")]
    public string BeforeContextMenuOpen { get; set; }
    Property Value
    Type Description
    System.String

    The schedule BeforeContextMenuOpen.

    BlockoutSettings

    Gets or sets the schedule Blockout Settings.

    Declaration
    public BlockoutSettings BlockoutSettings { get; set; }
    Property Value
    Type Description
    BlockoutSettings

    The schedule BlockoutSettings.

    BusinessEndHour

    Gets or sets the schedule Business EndHour.

    Declaration
    public int BusinessEndHour { get; set; }
    Property Value
    Type Description
    System.Int32

    The schedule BusinessEndHour.

    BusinessStartHour

    Gets or sets the schedule Business Start Hour.

    Declaration
    public int BusinessStartHour { get; set; }
    Property Value
    Type Description
    System.Int32

    The schedule BusinessStartHour.

    CategorizeSettings

    Gets or sets the schedule Categorize Settings.

    Declaration
    public CategorizeSettings CategorizeSettings { get; set; }
    Property Value
    Type Description
    CategorizeSettings

    The schedule CategorizeSettings.

    CellClick

    Gets or sets the Cell Click Schedule occurs after the cell is clicked.

    Declaration
    [JsonProperty("cellClick")]
    public string CellClick { get; set; }
    Property Value
    Type Description
    System.String

    The schedule CellClick.

    CellDoubleClick

    Gets or sets the Cell Double Click Schedule occurs after cell is clicked twice.

    Declaration
    [JsonProperty("cellDoubleClick")]
    public string CellDoubleClick { get; set; }
    Property Value
    Type Description
    System.String

    The schedule CellDoubleClick.

    CellHeight

    Gets or sets the schedule Cell Height.

    Declaration
    public string CellHeight { get; set; }
    Property Value
    Type Description
    System.String

    The schedule CellHeight.

    CellHover

    Gets or sets the Cell Hover Schedule occurs after the cell is hovered.

    Declaration
    [JsonProperty("cellHover")]
    public string CellHover { get; set; }
    Property Value
    Type Description
    System.String

    The schedule Cell Hover.

    CellWidth

    Gets or sets the schedule Cell Width.

    Declaration
    public string CellWidth { get; set; }
    Property Value
    Type Description
    System.String

    The schedule CellWidth.

    ContextMenuSettings

    Gets or sets the schedule Context Menu Settings.

    Declaration
    public ContextMenuSettings ContextMenuSettings { get; set; }
    Property Value
    Type Description
    ContextMenuSettings

    The schedule ContextMenuSettings.

    Create

    Gets or sets the schedule Create.

    Declaration
    [JsonProperty("create")]
    public string Create { get; set; }
    Property Value
    Type Description
    System.String

    The schedule Create.

    CssClass

    Gets or sets the schedule Css Class.

    Declaration
    public override string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    The schedule CssClass.

    CurrentDate

    Gets or sets the schedule Current Date.

    Declaration
    [EJDate]
    public string CurrentDate { get; set; }
    Property Value
    Type Description
    System.String

    The schedule CurrentDate.

    CurrentView

    Gets or sets the schedule Current View.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    public CurrentView CurrentView { get; set; }
    Property Value
    Type Description
    CurrentView

    The schedule currentview.

    CustomDates

    Declaration
    public object CustomDates { get; set; }
    Property Value
    Type Description
    System.Object

    DataManager

    Declaration
    public DataSource DataManager { get; set; }
    Property Value
    Type Description
    DataSource

    DateFormat

    Gets or sets the schedule Date Format.

    Declaration
    public string DateFormat { get; set; }
    Property Value
    Type Description
    System.String

    The schedule DateFormat.

    DateHeaderTemplateId

    Gets or sets the schedule DateHeader TemplateId.

    Declaration
    public string DateHeaderTemplateId { get; set; }
    Property Value
    Type Description
    System.String

    The schedule DateHeaderTemplateId.

    Destroy

    Gets or sets the schedule Destroy.

    Declaration
    [JsonProperty("destroy")]
    public string Destroy { get; set; }
    Property Value
    Type Description
    System.String

    The Destroy.

    Drag

    Gets or sets the Appointment Drag Schedule occurs the appointment is dragged over the work cells.

    Declaration
    [JsonProperty("drag")]
    public string Drag { get; set; }
    Property Value
    Type Description
    System.String

    The Appointment Drag.

    DragStart

    Gets or sets the Appointment Drag Start Schedule occurs the appointment dragging begins.

    Declaration
    [JsonProperty("dragStart")]
    public string DragStart { get; set; }
    Property Value
    Type Description
    System.String

    The Appointment DragStart.

    DragStop

    Gets or sets the Appointment DragStop Schedule occurs the appointment is dropped.

    Declaration
    [JsonProperty("dragStop")]
    public string DragStop { get; set; }
    Property Value
    Type Description
    System.String

    The Appointment DragStop.

    EnableAppointmentNavigation

    Gets or sets the schedule EnableAppointment Navigation.

    Declaration
    public bool EnableAppointmentNavigation { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule EnableAppointmentNavigation.

    EnableAppointmentResize

    Gets or sets the schedule Enable Appointment Resize.

    Declaration
    public bool EnableAppointmentResize { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule EnableAppointmentResize.

    EnableLoadOnDemand

    Gets or sets the schedule Enable Load On Demand.

    Declaration
    public bool EnableLoadOnDemand { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule EnableLoadOnDemand.

    EnablePersistence

    Gets or sets a value that indicates whether to persist the schedule model state in page using applicable medium i.e., HTML5 localStorage or cookies.

    Declaration
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule EnablePersistence.

    EnableRecurrenceValidation

    Gets or sets the schedule Enable Recurrence Validation.

    Declaration
    public bool EnableRecurrenceValidation { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule EnableRecurrenceValidation.

    EnableResize

    Gets or sets the schedule Enable Resize.

    Declaration
    public bool EnableResize { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule EnableResize.

    EnableRTL

    Gets or sets the schedule Enable RTL.

    Declaration
    public bool EnableRTL { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule EnableRTL.

    EndHour

    Gets or sets the schedule End Hour.

    Declaration
    public int EndHour { get; set; }
    Property Value
    Type Description
    System.Int32

    The schedule EndHour.

    FirstDayOfWeek

    Gets or sets the schedule First Day Of Week.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    public DayOfWeek? FirstDayOfWeek { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DayOfWeek>

    The schedule FirstDayOfWeek.

    Group

    Gets or sets the schedule Group.

    Declaration
    public Group Group { get; set; }
    Property Value
    Type Description
    Group

    The schedule Group.

    Height

    Gets or sets the schedule Height.

    Declaration
    public override Unit Height { get; set; }
    Property Value
    Type Description
    System.Web.UI.WebControls.Unit

    The schedule Height.

    HighlightBusinessHours

    Gets or sets the schedule Highlight Business Hours.

    Declaration
    public bool HighlightBusinessHours { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule HighlightBusinessHours.

    IsDST

    Gets or sets the schedule daylight Saving Time.

    Declaration
    public bool IsDST { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule isDST.

    IsResponsive

    Gets or sets the schedule Is Responsive.

    Declaration
    public bool IsResponsive { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule IsResponsive.

    KeyDown

    Gets or sets the KeyDown Schedule occurs after the key pressed.

    Declaration
    [JsonProperty("keyDown")]
    public string KeyDown { get; set; }
    Property Value
    Type Description
    System.String

    The schedule KeyDown.

    Load

    It triggers initial load.

    Declaration
    [JsonProperty("load")]
    public string Load { get; set; }
    Property Value
    Type Description
    System.String

    The schedule Load.

    Locale

    Gets or sets the schedule Locale.

    Declaration
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    The schedule Locale.

    MaxDate

    Gets or sets the schedule Max Date.

    Declaration
    [EJDate]
    public string MaxDate { get; set; }
    Property Value
    Type Description
    System.String

    The schedule MaxDate.

    MenuItemClick

    Gets or sets the MenuItem Click Schedule occurs after the menu item is clicked.

    Declaration
    [JsonProperty("menuItemClick")]
    public string MenuItemClick { get; set; }
    Property Value
    Type Description
    System.String

    The schedule MenuItemClick.

    MinDate

    Gets or sets the schedule Min Date.

    Declaration
    [EJDate]
    public string MinDate { get; set; }
    Property Value
    Type Description
    System.String

    The schedule MinDate.

    Model

    Gets or sets the schedule model.

    Declaration
    [JsonIgnore]
    public ScheduleProperties Model { get; set; }
    Property Value
    Type Description
    ScheduleProperties

    The schedule model.

    Navigation

    Gets or sets the Navigation Schedule occurs after the schedule view or date is navigated.

    Declaration
    [JsonProperty("navigation")]
    public string Navigation { get; set; }
    Property Value
    Type Description
    System.String

    The schedule Navigation.

    Orientation

    Gets or sets the schedule orientation.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    public Orientation Orientation { get; set; }
    Property Value
    Type Description
    Orientation

    The schedule orientation.

    OverflowButtonClick

    Gets or sets the Overflow icon clickSchedule occurs after the overflow icon is clicked.

    Declaration
    [JsonProperty("overflowButtonClick")]
    public string OverflowButtonClick { get; set; }
    Property Value
    Type Description
    System.String

    The schedule OverflowButtonClick.

    OverflowButtonHover

    Gets or sets the Overflow icon HoverSchedule occurs after the overflow icon is hoverd.

    Declaration
    [JsonProperty("overflowButtonHover")]
    public string OverflowButtonHover { get; set; }
    Property Value
    Type Description
    System.String

    The schedule overflowButtonHover.

    PrioritySettings

    Gets or sets the schedule Priority Settings.

    Declaration
    public PrioritySettings PrioritySettings { get; set; }
    Property Value
    Type Description
    PrioritySettings

    The schedule PrioritySettings.

    QueryCellInfo

    Gets or sets the QueryCellInfo details.

    Declaration
    [JsonProperty("queryCellInfo")]
    public string QueryCellInfo { get; set; }
    Property Value
    Type Description
    System.String

    The schedule QueryCellInfo.

    ReadOnly

    Gets or sets the schedule Read Only.

    Declaration
    public bool ReadOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule ReadOnly.

    Reminder

    Gets or sets the Reminder Schedule occurs the reminder is raised for an appointment.

    Declaration
    [JsonProperty("reminder")]
    public string Reminder { get; set; }
    Property Value
    Type Description
    System.String

    The schedule Reminder.

    ReminderSettings

    Gets or sets the schedule Reminder Settings.

    Declaration
    public ReminderSettings ReminderSettings { get; set; }
    Property Value
    Type Description
    ReminderSettings

    The schedule ReminderSettings.

    RenderDates

    Gets or sets the schedule Render Dates.

    Declaration
    public ScheduleRenderDates RenderDates { get; set; }
    Property Value
    Type Description
    ScheduleRenderDates

    The schedule RenderDates.

    Resize

    Gets or sets the Appointment Resize Schedule occurs the appointment is resizing.

    Declaration
    [JsonProperty("resize")]
    public string Resize { get; set; }
    Property Value
    Type Description
    System.String

    The Appointment Resize.

    ResizeStart

    Gets or sets the Appointment Resize Start Schedule occurs the appointment resizing begins.

    Declaration
    [JsonProperty("resizeStart")]
    public string ResizeStart { get; set; }
    Property Value
    Type Description
    System.String

    The Appointment ResizeStart.

    ResizeStop

    Gets or sets the Appointment Resize Stop Schedule occurs the appointment resizing is stopped.

    Declaration
    [JsonProperty("resizeStop")]
    public string ResizeStop { get; set; }
    Property Value
    Type Description
    System.String

    The Appointment ResizeStop.

    ResourceHeaderTemplateId

    Gets or sets the schedule Resource Header TemplateId.

    Declaration
    public string ResourceHeaderTemplateId { get; set; }
    Property Value
    Type Description
    System.String

    The schedule ResourceHeaderTemplateId.

    Resources

    Gets or sets the schedule Resources.

    Declaration
    public List<Resources> Resources { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Resources>

    The schedule Resources.

    ShowAllDayRow

    Gets or sets the schedule Show AllDay Row.

    Declaration
    public bool ShowAllDayRow { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule ShowAllDayRow.

    ShowAppointmentNavigator

    Gets or sets the schedule Show Appointment Navigator.

    Declaration
    public bool ShowAppointmentNavigator { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule ShowAppointmentNavigator.

    ShowCurrentTimeIndicator

    Gets or sets the schedule Show Current Time Indicator.

    Declaration
    public bool ShowCurrentTimeIndicator { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule ShowCurrentTimeIndicator.

    ShowDeleteConfirmationDialog

    Gets or sets the schedule to show delete confirmation.

    Declaration
    public bool ShowDeleteConfirmationDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule ShowDeleteConfirmationDialog.

    ShowHeaderBar

    Gets or sets the schedule Show Header Bar.

    Declaration
    public bool ShowHeaderBar { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule ShowHeaderBar.

    ShowLocationField

    Gets or sets the schedule Show Location field value.

    Declaration
    public bool ShowLocationField { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule ShowLocationField.

    ShowNextPrevMonth

    Gets or sets the schedule to displays the next and previous month.

    Declaration
    public bool ShowNextPrevMonth { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule ShowNextPrevMonth.

    ShowOverflowButton

    Gets or sets the schedule Show over flow icon.

    Declaration
    public bool ShowOverflowButton { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule showOverflowButton .

    ShowQuickWindow

    Gets or sets the schedule Show Quick Window.

    Declaration
    public bool ShowQuickWindow { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule ShowQuickWindow.

    ShowTimeScale

    Gets or sets the schedule Show Time Scale.

    Declaration
    public bool ShowTimeScale { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule ShowTimeScale.

    ShowTimeZoneFields

    Gets or sets the schedule Show TimeZone field value.

    Declaration
    public bool ShowTimeZoneFields { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule ShowTimeZoneFields.

    ShowWeekend

    Gets or sets the schedule ShowWeekend.

    Declaration
    public bool ShowWeekend { get; set; }
    Property Value
    Type Description
    System.Boolean

    The schedule ShowWeekend.

    StartHour

    Gets or sets the schedule Start Hour.

    Declaration
    public int StartHour { get; set; }
    Property Value
    Type Description
    System.Int32

    The schedule StartHour.

    TimeMode

    Gets or sets the schedule Time mode.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    public TimeMode? TimeMode { get; set; }
    Property Value
    Type Description
    System.Nullable<TimeMode>

    The schedule Timemode.

    TimeScale

    Gets or sets the schedule TimeScale.

    Declaration
    public TimeScale TimeScale { get; set; }
    Property Value
    Type Description
    TimeScale

    The schedule TimeScale.

    TimeZone

    Gets or sets the schedule time zone.

    Declaration
    public string TimeZone { get; set; }
    Property Value
    Type Description
    System.String

    The schedule TimeZone.

    TimeZoneCollection

    Gets or sets the schedule Time zone Collection.

    Declaration
    public TimezoneCollection TimeZoneCollection { get; set; }
    Property Value
    Type Description
    TimezoneCollection

    The schedule TimezoneCollection.

    TimeZoneInfo

    Gets or sets the schedule Time Zone Info.

    Declaration
    public TimeZoneInfo TimeZoneInfo { get; set; }
    Property Value
    Type Description
    System.TimeZoneInfo

    The schedule TimeZoneInfo.

    TooltipSettings

    Gets or sets the schedule Tooltip Settings.

    Declaration
    public ToolTipSettings TooltipSettings { get; set; }
    Property Value
    Type Description
    ToolTipSettings

    The schedule Tooltip Settings.

    Views

    Gets or sets the Views.

    Declaration
    public List<string> Views { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    The Views.

    Width

    Gets or sets the schedule Width.

    Declaration
    public override Unit Width { get; set; }
    Property Value
    Type Description
    System.Web.UI.WebControls.Unit

    The schedule Width.

    WorkCellsTemplateId

    Gets or sets the schedule WorkCells TemplateId.

    Declaration
    public string WorkCellsTemplateId { get; set; }
    Property Value
    Type Description
    System.String

    The schedule WorkCellsTemplateId.

    WorkHours

    Gets or sets the schedule work hour settings.

    Declaration
    public WorkHours WorkHours { get; set; }
    Property Value
    Type Description
    WorkHours

    The schedule work hours Settings.

    WorkWeek

    Gets or sets the WorkWeeks.

    Declaration
    public List<string> WorkWeek { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    The WorkWeek.

    Methods

    DependentScripts()

    Declaration
    public List<string> DependentScripts()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    FetchData(IEnumerable)

    Fetch the data while rendering the schedule.

    Declaration
    public override void FetchData(IEnumerable data)
    Parameters
    Type Name Description
    System.Collections.IEnumerable data
    Overrides
    CommonDataBoundControl.FetchData(IEnumerable)

    GetDependentFiles()

    Declaration
    public override List<string> GetDependentFiles()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>
    Overrides
    CommonDataBoundControl.GetDependentFiles()

    LoadViewState(Object)

    Declaration
    protected override void LoadViewState(object state)
    Parameters
    Type Name Description
    System.Object state
    Overrides
    CommonDataBoundControl.LoadViewState(Object)

    OnInit(EventArgs)

    schedule severside event Scheduleoccurs the schedule is rendering.

    Declaration
    protected override void OnInit(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The System.EventArgs instance containing the event data.

    OnLoad(EventArgs)

    schedule severside event Schedule occurs the schedule is start to load.

    Declaration
    protected override void OnLoad(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The System.EventArgs instance containing the event data.

    Overrides
    CommonDataBoundControl.OnLoad(EventArgs)

    OnPreRender(EventArgs)

    schedule severside event Schedule occurs the schedule is pre rendering.

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The System.EventArgs instance containing the event data.

    Overrides
    CommonDataBoundControl.OnPreRender(EventArgs)

    PostBackEventHandler(String, Dictionary<String, Object>)

    Schedule handling properties state maintenance while postback.

    Declaration
    public override void PostBackEventHandler(string EventName, Dictionary<string, object> args)
    Parameters
    Type Name Description
    System.String EventName

    The EventName

    System.Collections.Generic.Dictionary<System.String, System.Object> args

    The args

    Overrides
    CommonDataBoundControl.PostBackEventHandler(String, Dictionary<String, Object>)

    Render(HtmlTextWriter)

    Renders the specified writer.

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer

    The writer.

    Overrides
    CommonDataBoundControl.Render(HtmlTextWriter)

    UpdateServerModel(Dictionary<String, Object>)

    The schedule maintains the server state.

    Declaration
    public override void UpdateServerModel(Dictionary<string, object> ClientModel)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.Object> ClientModel

    The ClientModel

    Overrides
    CommonDataBoundControl.UpdateServerModel(Dictionary<String, Object>)

    Events

    ExportToExcel

    Specify the ServerExportExcel Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ExportToExcel
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerAppointmentChanged

    Specify the ServerAppointmentChanged Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerAppointmentChanged
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerAppointmentClick

    Specify the ServerAppointmentClick Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerAppointmentClick
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerAppointmentCreated

    Specify the ServerAppointmentCreated Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerAppointmentCreated
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerAppointmentDeleted

    Specify the ServerAppointmentDeleted Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerAppointmentDeleted
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerAppointmentEdited

    Specify the ServerAppointmentEdited Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerAppointmentEdited
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerAppointmentRemoved

    Specify the ServerAppointmentRemoved Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerAppointmentRemoved
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerAppointmentSaved

    Specify the ServerAppointmentSaved Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerAppointmentSaved
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerAppointmentWindowOpen

    Specify the ServerAppointmentWindowOpen Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerAppointmentWindowOpen
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerBeforeAppointmentChange

    Specify the ServerBeforeAppointmentChange Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerBeforeAppointmentChange
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerBeforeAppointmentCreate

    Specify the ServerBeforeAppointmentCreate Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerBeforeAppointmentCreate
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerBeforeAppointmentRemove

    Specify the ServerBeforeAppointmentRemove Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerBeforeAppointmentRemove
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerBeforeContextMenuOpen

    Specify the ServerBeforeContextMenuOpen Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerBeforeContextMenuOpen
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerCellClick

    Specify the ServerCellClick Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerCellClick
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerCellDoubleClick

    Specify the ServerCellDoubleClick Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerCellDoubleClick
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerDragOver

    Specify the ServerDragOver Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerDragOver
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerDragStart

    Specify the ServerDragStart Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerDragStart
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerDragStop

    Specify the ServerDragStop Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerDragStop
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerExportICS

    Specify the ServerExportICS Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerExportICS
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerExportPDF

    Specify the ServerExportPDF Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerExportPDF
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerMenuItemClick

    Specify the ServerMenuItemClick Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerMenuItemClick
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerNavigation

    Specify the ServerNavigation Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerNavigation
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerOverflowButtonClick

    Specify the ServerOverflowButtonClick Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerOverflowButtonClick
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerResizeStart

    Specify the ServerResizeStart Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerResizeStart
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerResizeStop

    Specify the ServerResizeStop Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerResizeStop
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    ServerResizing

    Specify the ServerResizing Event Handler.

    Declaration
    public event Schedule.ScheduleEventHandler ServerResizing
    Event Type
    Type Description
    Schedule.ScheduleEventHandler

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved