Skip to main content

MVCxClientScheduler Members

A client-side counterpart of the Scheduler extension.

Properties

Name Description
name Gets the unique, hierarchically-qualified identifier for the control. Inherited from ASPxClientControlBase.

Methods

Name Description
AdjustControl Modifies the control’s size against the control’s container. Inherited from ASPxClientControl.
AdjustControls static Modifies the controls size within the specified container. Inherited from ASPxClientControl.
AppointmentFormCancel Client-side scripting method that cancels changes and closes the appointment editing form. Inherited from ASPxClientScheduler.
AppointmentFormDelete Client-side scripting method that deletes the appointment being edited. Inherited from ASPxClientScheduler.
AppointmentFormSave Client-side scripting method that saves appointment modifications and closes the form. Inherited from ASPxClientScheduler.
Cast(obj) static Converts the specified object to the MVCxClientScheduler type.
ChangeFormContainer(container) Returns focus to the form if the ASPxScheduler control is not visible when the reminder fires. Inherited from ASPxClientScheduler.
ChangePopupMenuContainer(container) Changes the container that the ASPxScheduler pop-up menu belongs to. Inherited from ASPxClientScheduler.
ChangeTimeZoneId(timeZoneId) Client-side method which raises the callback command to change the SchedulerOptionsBehaviorBase.ClientTimeZoneId of the scheduler. Inherited from ASPxClientScheduler.
ChangeToolTipContainer(container) Changes the container that the ASPxScheduler tooltip belongs to. Inherited from ASPxClientScheduler.
DeleteAppointment(apt) Client-side scripting method to delete the specified appointment. Inherited from ASPxClientScheduler.
DeselectAppointmentById(aptId) Client-side function that removes the appointment specified by its client ID from a collection of selected appointments. Inherited from ASPxClientScheduler.
GetActiveViewType Client-side scripting method that gets the active View. Inherited from ASPxClientScheduler.
GetAllDayAreaHeight Gets the All-Day Area area height. Inherited from ASPxClientScheduler.
GetAppointmentById(id) Client-side function that returns an appointment with the specified ID. Inherited from ASPxClientScheduler.
GetAppointmentProperties(aptId, propertyNames, onCallBack) Enables obtaining appointment property values in a client-side script. Executes the callback command with the SchedulerCallbackCommandId.AppointmentData identifier. Inherited from ASPxClientScheduler.
GetClientVisible Obsolete. Returns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase.
GetControlCollection static Returns a collection of client web control objects. Inherited from ASPxClientControl.
GetFloatingActionButton Returns the floating action button’s object. Inherited from ASPxClientScheduler.
GetGroupType Client-side function that returns the type of grouping applied to the appointments displayed in the scheduler. Inherited from ASPxClientScheduler.
GetHeight Returns the control’s height. Inherited from ASPxClientControl.
GetMainElement Returns an HTML element that is the root of the control’s hierarchy. Inherited from ASPxClientControlBase.
GetParentControl Returns a client instance of the control that is the parent for a specified control. Inherited from ASPxClientControlBase.
GetResourceNavigatorVisible Returns a value specifying whether the Resource Navigator is displayed. Inherited from ASPxClientScheduler.
GetScrollAreaHeight Returns the value specifying the Scheduler’s scrollable area height. Inherited from ASPxClientScheduler.
GetSelectedAppointmentIds Client-side function that returns the id’s of selected appointments. Inherited from ASPxClientScheduler.
GetSelectedInterval Client-side function that returns the time interval, selected in the scheduler. Inherited from ASPxClientScheduler.
GetSelectedResource Client-side function that returns the ResourceId of selected time cell’s resource. Inherited from ASPxClientScheduler.
GetToolbarVisible Returns a value specifying whether a toolbar is displayed. Inherited from ASPxClientScheduler.
GetTopRowTime Gets the time of the day corresponding to the start of the topmost displayed time cell row. Inherited from ASPxClientScheduler.
GetVisible Returns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase.
GetVisibleAppointments Gets a collection of visible appointments. Inherited from ASPxClientScheduler.
GetVisibleIntervals Returns a collection of time intervals displayed by the ASPxScheduler. Inherited from ASPxClientScheduler.
GetWidth Returns the control’s width. Inherited from ASPxClientControl.
GotoDate(date) Client-side scripting method which raises the SchedulerCallbackCommandId.GotoDate callback command. Inherited from ASPxClientScheduler.
GoToDateFormApply Client-side scripting method that navigates the scheduler to the date selected in the GotoDate form and closes the form. Inherited from ASPxClientScheduler.
GoToDateFormCancel Client-side scripting method that cancels changes and closes the GotoDate form. Inherited from ASPxClientScheduler.
GotoToday Client-side method that navigates the scheduler to the current system date. Inherited from ASPxClientScheduler.
HideLoadingPanel Client-side scripting method which hides the Loading Panel from view. Inherited from ASPxClientScheduler.
InCallback Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side. Inherited from ASPxClientControlBase.
InplaceEditFormCancel Client-side scripting method that cancels changes and closes the form. Inherited from ASPxClientScheduler.
InplaceEditFormSave Client-side scripting method that cancels changes and closes the form. Inherited from ASPxClientScheduler.
InplaceEditFormShowMore Client-side scripting method that invokes the appointment editing form for the appointment being edited in the inplace editor. Inherited from ASPxClientScheduler.
InsertAppointment(apt) Client-side scripting method to insert the specified appointment. Inherited from ASPxClientScheduler.
NavigateBackward Client-side function which slides the visible interval one time span back. Inherited from ASPxClientScheduler.
NavigateForward Client-side function which slides the visible interval one time span forward. Inherited from ASPxClientScheduler.
PerformCallback(data) Sends a callback with a parameter to update the Scheduler by processing the passed information on the server, in an Action specified via the Scheduler’s SchedulerSettings.CustomActionRouteValues property.
Refresh Client-side scripting method which initiates a round trip to the server, so that the control will be reloaded using the specified refresh action. Inherited from ASPxClientScheduler.
RefreshClientAppointmentProperties(clientAppointment, propertyNames, onCallBack) Initiates a callback to retrieve and apply the values for the specified list of properties to the specified appointment, and transfer control to the specified function. Inherited from ASPxClientScheduler.
ReminderFormCancel Client-side scripting method that closes the Reminder form. Inherited from ASPxClientScheduler.
ReminderFormDismiss Client-side scripting method that calls the ReminderBase.Dismiss method for the selected reminder. Inherited from ASPxClientScheduler.
ReminderFormDismissAll Client-side scripting method that dismisses all reminders shown in the Reminder form. Inherited from ASPxClientScheduler.
ReminderFormSnooze Client-side scripting method that changes the alert time for the selected reminder to the specified interval. Inherited from ASPxClientScheduler.
SelectAppointmentById(aptId) Selects the appointment with the specified ID. Inherited from ASPxClientScheduler.
SendMessageToAssistiveTechnology(message) Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user. Inherited from ASPxClientControlBase.
SetActiveViewType(value) Client-side scripting method to change the ASPxScheduler’s active View. Inherited from ASPxClientScheduler.
SetAllDayAreaHeight(height) Specifies the All-Day Area area height. Inherited from ASPxClientScheduler.
SetClientVisible(visible) Obsolete. Specifies whether a control is displayed. Inherited from ASPxClientControlBase.
SetGroupType(value) Client-side scripting method which raises the callback command to set the ASPxScheduler.GroupType. Inherited from ASPxClientScheduler.
SetHeight(height) Sets the Scheduler’s height. Inherited from ASPxClientScheduler.
SetResourceNavigatorVisible(visible) Specifies whether the Resource Navigator is visible. Inherited from ASPxClientScheduler.
SetSelection(interval) Selects time cells which encompass the specified time interval on the client side. Inherited from ASPxClientScheduler.
SetToolbarVisible(visible) Specifies whether the toolbar is visible. Inherited from ASPxClientScheduler.
SetTopRowTime(duration) Sets the time of the day corresponding to the start of the topmost displayed time cell row. Inherited from ASPxClientScheduler.
SetVisible(visible) Specifies whether a control is displayed. Inherited from ASPxClientControlBase.
SetVisibleResources(resourceIds) Sets whether the resources with specified IDs are visible. Inherited from ASPxClientScheduler.
SetWidth(width) Specifies the control’s width in pixels. Inherited from ASPxClientControl.
ShowAppointmentFormByClientId(aptClientId) Client-side function that invokes the editing form for the appointment specified by its client ID. Inherited from ASPxClientScheduler.
ShowAppointmentFormByServerId(aptServerId) Client-side function that invokes the editing form for the appointment specified by its storage identifier. Inherited from ASPxClientScheduler.
ShowInplaceEditor(start, end) Client-side method that invokes the inplace editor form to create a new appointment. Inherited from ASPxClientScheduler.
ShowLoadingPanel Client-side scripting method which displays the Loading Panel. Inherited from ASPxClientScheduler.
ShowSelectionToolTip(x, y) Displays a Selection ToolTip on a position given by the specified coordinates. Inherited from ASPxClientScheduler.
UpdateAppointment(apt) Client-side scripting method to update the specified appointment. Inherited from ASPxClientScheduler.

Events

Name Description
ActiveViewChanged Client-side event. Occurs after the active view of the ASPxScheduler has been changed. Inherited from ASPxClientScheduler.
ActiveViewChanging Occurs on the client side when the Scheduler control is about to change its active view. Inherited from ASPxClientScheduler.
AppointmentClick Occurs when the end-user clicks an appointment. Inherited from ASPxClientScheduler.
AppointmentDeleting Client-side event that fires before an appointment is deleted. Inherited from ASPxClientScheduler.
AppointmentDoubleClick Occurs when the end-user double clicks on an appointment. Inherited from ASPxClientScheduler.
AppointmentDrag A client-side event that occurs when an appointment is being dragged. Inherited from ASPxClientScheduler.
AppointmentDrop Client-side event that occurs after an appointment has been dragged and dropped. Inherited from ASPxClientScheduler.
AppointmentResize Client-side event that occurs when an appointment is resized. Inherited from ASPxClientScheduler.
AppointmentResizing A client-side event that occurs when an appointment is being resized. Inherited from ASPxClientScheduler.
AppointmentsSelectionChanged Occurs on the client side when the user selects an appointment. Inherited from ASPxClientScheduler.
AppointmentToolTipShowing Fires on the client side before the appointment tooltip is shown. Inherited from ASPxClientScheduler.
BeginCallback Occurs when a callback for server-side processing is initiated.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPxClientScheduler. Inherited from ASPxClientScheduler.
CellClick Occurs when an end-user clicks a time cell. Inherited from ASPxClientScheduler.
CellDoubleClick Occurs when and end-user double-clicks a time cell. Inherited from ASPxClientScheduler.
EndCallback Occurs on the client side after a callback’s server-side processing has been completed. Inherited from ASPxClientScheduler.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
MenuItemClicked Client-side event that occurs when a popup menu item is clicked. Inherited from ASPxClientScheduler.
MoreButtonClicked Occurs when one of More Buttons is clicked. Inherited from ASPxClientScheduler.
SelectionChanged Fires on the client side when the time cell selection is changed. Inherited from ASPxClientScheduler.
SelectionChanging Occurs on the client side when the time cell selection is about to change. Inherited from ASPxClientScheduler.
Shortcut Occurs when an end-user presses a keyboard shortcut. Inherited from ASPxClientScheduler.
ToolTipDisplaying Occurs on the client side when the tooltip is about to be displayed.
VisibleIntervalChanged Fires on the client side when the time interval of the scheduling area is changed. Inherited from ASPxClientScheduler.
See Also