MVCxClientScheduler Methods
A client-side counterpart of the Scheduler extension.| 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. |
See Also