SchedulerSettings Properties
Contains the Scheduler extension settings.| Name | Description |
|---|---|
| AccessKey | Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase. |
| ActiveViewType | Gets or sets the type of the View which is currently used by the Scheduler to show its data. |
| AfterExecuteCallbackCommand | Enables you to perform custom actions after a callback command is executed. |
| AllowAppointmentConflicts | |
| AllowAppointmentCopy | |
| AllowAppointmentCreate | |
| AllowAppointmentDelete | Enables you to perform custom actions when an end-user attempts to delete an appointment. |
| AllowAppointmentDrag | |
| AllowAppointmentDragBetweenResources | |
| AllowAppointmentEdit | Enables you to perform custom actions when an end-user attempts to edit an appointment. |
| AllowAppointmentResize | Enables you to perform custom actions when an end-user attempts to resize an appointment. |
| AllowInplaceEditor | Enables you to perform custom actionswhen an end-user attempts to invoke an appointment’s in-place editor and the SchedulerOptionsCustomization.AllowInplaceEditor property is set to Custom. |
| AppointmentFormShowing | Enables you to perform custom actions before the appointment editing window is created. |
| AppointmentViewInfoCustomizing | Enables you to perform custom actions every time an appointment is rendered. |
| Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase. |
| BeforeExecuteCallbackCommand | Enables you to perform custom actions before a callback command is executed. |
| BeforeGetCallbackResult | Allows you to perform custom actions after a callback sent by the current extension has been processed on the server, but prior to the time the respective callback result render is formed. |
| CallbackRouteValues | Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. |
| ClientSideEvents | Gets an object that lists the client-side events specific to the Scheduler control. |
| ClientVisible | Specifies whether the scheduler is visible on the client side. |
| ControlStyle | Provides access to the style settings declared at the root level of the extension’s wrapped web server control. Inherited from SettingsBase. |
| CustomActionRouteValues | Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the MVCxClientScheduler.PerformCallback method. |
| CustomErrorText | Enables you to provide custom error descriptions. |
| CustomizeElementStyle | Enables you to perform custom actions before a scheduler’s visual element is rendered. |
| CustomJSProperties | Enables you to supply any server data that can then be parsed on the client. |
| DateNavigatorExtensionSettings | Provides access to DateNavigator settings. |
| EditAppointmentRouteValues | Defines the edit appointment callback routing logic by specifying the names of a Controller and an Action which should handle edit appointment callbacks. |
| EnableCallbackAnimation | Gets or sets whether animation effects are applied to scheduler content when it is updated using a callback. |
| EnableChangeVisibleIntervalCallbackAnimation | Gets or sets whether animation effects are applied to scheduler content when the visible interval is changed using a callback. |
| EnableChangeVisibleIntervalGestures | Gets or sets a value specifying whether an end-user can change the visible interval with a swipe gesture. |
| EnableClientRender | Gets or sets a value that specifies whether or not to use client-side rendering of a Scheduler control’s appointments and view elements. |
| Enabled | Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase. |
| EnablePagingGestures | Gets or sets a value specifying whether an end-user can navigate views with a swipe gesture. |
| EnableTheming | Gets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase. |
| EncodeHtml | Gets or sets whether to encode editor value and content. Inherited from SettingsBase. |
| FetchAppointments | Obsolete. Enables you to perform custom actions before the Scheduler starts retrieving the appointments for the specified time interval. |
| FilterAppointment | Obsolete. Allows you to hide specific appointments. |
| FilterResource | Obsolete. Allows you to hide specific resources. |
| FloatingActionButton | Provides access to the floating action button’s properties. |
| GroupType | Gets or sets a value that specifies the type of grouping for the appointments. |
| Height | Gets or sets the height of the extension. Inherited from SettingsBase. |
| HtmlTimeCellPrepared | Enables you to perform custom actions when the HTML code representing the time cell is prepared for display. |
| Images | Provides access to a list of images used in various Scheduler elements. |
| Init | Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase. |
| InitAppointmentDisplayText | Allows you to specify custom appointment text and a description. |
| InitAppointmentImages | Enables custom images to be displayed within appointments. |
| InitClientAppointment | Enables you to perform custom actions for each visible appointment before it is sent to the client for display and enables you to specify client appointment properties. |
| InitNewAppointment | Occurs before a new appointment is created in the scheduler. |
| LimitInterval | Gets or sets the time interval available for end-users. |
| Name | Specifies the unique identifier name for the extension. Inherited from SettingsBase. |
| OptionsAdaptivity | Provides access to options which regulate the scheduler’s adaptivity. |
| OptionsBehavior | Provides access to options which regulate the general appearance and behavior of the scheduler and its satellite controls. |
| OptionsCookies | Provides access to view state information. |
| OptionsCustomization | Provides access to the options that regulate the functionality available to end-users. |
| OptionsForms | Provides access to the options used to customize the forms shown to end-users. |
| OptionsLoadingPanel | Provides access to the settings for the informational panel, which is displayed when the control is loading. |
| OptionsMenu | Provides access to menu options. |
| OptionsToolTips | Provides access to options which specify tooltip appearance and visibility. |
| OptionsView | Provides access to the Scheduler’s view options. |
| PopupMenuShowing | Enables you to intercept popup menu creation and modify the menu as required or cancel the action. |
| PrepareAppointmentFormPopupContainer | Enables you to perform custom actions when the pop-up container for the appointment editing form is prepared for display. |
| PrepareAppointmentInplaceEditorPopupContainer | Enables you to perform custom actions when the pop-up container for the In-place Editor is prepared for display. |
| PrepareGotoDateFormPopupContainer | Enables you to perform custom actions when the pop-up container for the Go to Date Form is prepared for display. |
| PreRender | Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase. |
| QueryWorkTime | Enables you to perform custom actions when the scheduler’s view calculates the work time interval for the specific resource. |
| RemindersFormDefaultAction | Occurs when an end-user closes the Reminders Form without clicking the Dismiss or Snooze button. |
| ResourceCollectionCleared | Enables you to perform custom actions after the resources collection has been cleared. |
| ResourceCollectionLoaded | Enables you to perform custom actions after resources have been loaded into the ResourceBaseCollection collection. |
| SettingsExport | Provides access to Scheduler export settings. |
| SettingsImport | Provides access to Scheduler export settings. |
| SkinID | Gets or sets the skin to apply to the control. Inherited from SettingsBase. |
| Start | Gets or sets the start date of an interval displayed in the scheduler. |
| Storage | Provides access to the storage object of the Scheduler control. |
| Style | Gets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase. |
| Styles | Provides access to style settings that control the appearance of the scheduler elements.. |
| TabIndex | Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase. |
| Theme | Gets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase. |
| ToolTip | Gets or sets a UI element’s tooltip text. Inherited from SettingsBase. |
| ViewNavigator | Provides access to the View Navigator’s properties. |
| Views | Contains the settings of the Views that are used to represent information within the Scheduler control. |
| ViewVisibleInterval | Provides access to the View Visible Interval’s properties. |
| Width | Gets or sets the width of the extension. Inherited from SettingsBase. |
| WorkDays | Provides access to the collection which identifies which days are assigned to a workweek. |
See Also