DxScheduler Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new Dx |
#Properties
Name | Description |
---|---|
Active |
Specifies the currently active view. |
Allow |
Specifies whether users can create new appointments. |
Allow |
Specifies whether users can delete appointments. |
Allow |
Specifies whether users can drag appointments. |
Allow |
Specifies whether users can drag-and-drop appointments between resource groups. |
Allow |
Specifies whether users can edit appointments. |
Allow |
Specifies whether users can resize appointments. |
Appointment |
Specifies the template for the compact edit form‘s header. |
Appointment |
Specifies the layout of the compact form that appears when a user creates or edits an appointment. |
Appointment |
Specifies the template for the extended edit form‘s header. |
Appointment |
Specifies the layout of the extended form that appears when you create an appointment and click the expand button, or when you edit an appointment. |
Appointment |
Specifies which appointment form a user can use to create and edit appointments. |
Appointment |
Specifies the template for the appointment tooltip’s header. |
Appointment |
Specifies the template for an appointment tooltip. |
Attributes | Specifies a collection of standard HTML attributes applied to the Scheduler. |
Child |
|
Css |
Assigns a CSS class to the Dx component.
|
Data |
Specifies the Scheduler’s data source. |
Date |
Specifies the template used to display text in the Scheduler’s Date Navigator. |
First |
Specifies the first day of the week. |
Group |
Specifies how Scheduler appointments are grouped. |
Id |
Specifies the Dx component’s unique identifier.
|
Inner |
Specifies the size of the Scheduler’s inner components. |
Recurrence |
Specifies the template for the recurrence settings form’s header. |
Resource |
Specifies whether a resource color is applied to the corresponding group’s header. |
Resource |
Specifies whether the Scheduler displays the Resource Navigator. |
Selected |
Specifies the selected appointment. |
Show |
Specifies whether to show an appointment’s tooltip. |
Start |
Specifies the Scheduler’s start date. |
Validate |
Specifies whether to validate the appointment edit form. |
Views | Specifies the Scheduler’s view collection. |
Visible |
Specifies the data source that stores visible resource objects. |
Work |
Specifies days assigned to a workweek. |
#Methods
Name | Description |
---|---|
Close |
Closes an appointment’s tooltip or edit form (compact or detailed). |
Close |
Closes the recurrence settings form. |
Create |
Creates a new appointment for the Scheduler, but does not save it to a data source. |
Delete |
Deletes an appointment. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Restore |
Restores occurrence for a recurring appointment. |
Save |
Saves appointment changes to a data source. |
Scroll |
Scrolls the scheduler’s view area to the specified appointment. |
Scroll |
Scrolls the scheduler’s view to the specified date and time. |
Show |
Shows the appointment’s edit form. |
Show |
Shows an appointment tooltip. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Active |
Fires after the active view is changed. |
Appointment |
Fires after an appointment is created. |
Appointment |
Fires before an appointment is created. |
Appointment |
Fires after a user drags an appointment to another resource group. |
Appointment |
Fires after the appointment form is closed. |
Appointment |
Fires before the appointment form is closed. |
Appointment |
Fires before the appointment form is shown. |
Appointment |
Fires after an appointment form is shown. |
Appointment |
Fires after a new appointment is added to the Appointments |
Appointment |
Fires before a new appointment is added to the Appointments |
Appointment |
Fires after an appointment is removed from the Appointments |
Appointment |
Fires before an appointment is removed from the Appointments |
Appointment |
Fires when a user starts dragging an appointment. |
Appointment |
Fires when a user starts resizing an appointment. |
Appointment |
Fires after an appointment tooltip is closed. |
Appointment |
Fires before an appointment tooltip is closed. |
Appointment |
Fires before an appointment tooltip is shown. |
Appointment |
Fires after an appointment tooltip is shown. |
Appointment |
Fires after an updated appointment is saved to the Appointments |
Appointment |
Fires before an updated appointment is saved to the Appointments |
Html |
Allows you to customize the appearance of Scheduler cells. |
Selected |
Fires after the selected appointment is changed. |
Start |
Fires after the Scheduler start date is changed. |
Visible |
Occurs when the data source with visible resource objects changes. |