SchedulerControl Members
In This Article
#Constructors
Name | Description |
---|---|
Scheduler |
Initializes a new instance of the Scheduler |
#Fields
#Properties
Name | Description |
---|---|
Active |
Returns the view currently used by the Scheduler |
Active |
Gets or sets the index of the view currently used by the Scheduler |
Actual |
|
Actual |
|
Actual |
|
Actual |
|
Allow |
Gets or sets whether appointment reminders are allowed. This is a dependency property. |
Appointment |
|
Appointments |
|
Appointments |
|
Calendars | Returns the collection of calendars that display appointments. |
Commands | |
Default |
|
Default |
|
Edit |
|
Edit |
|
First |
Specifies the day which the Scheduler |
Group |
Specifies the type of grouping applied to the Scheduler. This is a dependency property. |
Header |
|
Header |
|
Limit |
Gets or sets the time interval available for end-users. This is a dependency property. |
Reminders |
|
Scheduler |
|
Selected |
Returns the selected appointments. |
Selected |
|
Start |
Gets or sets the Scheduler |
Time |
Gets or sets the time zone for the Scheduler. This is a dependency property. |
Views |
Returns the collection of the Scheduler |
Views |
|
Visible |
Returns the currently visible time cell intervals. This is a dependency property. |
Work |
Gets or sets days that form a work week. This is a dependency property. |
Work |
Gets or sets the work time interval. This is a dependency property. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Retrieves the collection of appointments that fall within the specified time interval. |
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. |
Remove |
|
Show |
|
Show |
|
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Active |
|
Appointment |
Occurs after the user has added an appointment to the Scheduler. |
Appointment |
Occurs when the user adds an appointment to the Scheduler. |
Appointment |
Occurs when the user drags back appointments that have been dragged out of the Scheduler or have been deserialized in the Deserialize |
Appointment |
Occurs when the user drags appointments out of the Scheduler’s bounds. |
Appointment |
Raised repeatedly while the user drags appointments in the Scheduler control. |
Appointment |
Occurs when the user starts dragging the selected appointment |
Appointment |
Occurs when the user drops appointments within a Scheduler’s view. |
Appointment |
Occurs after completing a drag and drop operation. |
Appointment |
Occurs after the user has removed an appointment. |
Appointment |
Occurs when the user removes an appointment. |
Appointment |
Occurs after the user has modified an appointment. |
Appointment |
Occurs when the user modifies an appointment. |
Context |
|
Context |
|
Context |
|
Deserialize |
Occurs when the user drags appointments from an external source. |
Edit |
Occurs before invoking the Edit Appointment dialog. |
Item |
|
Reminders |
|
Remove |
Occurs before invoking the Confirm Delete dialog. |
Serialize |
Allows you to serialize appointment that are being dragged by the user. |
Visible |
Occurs when changing the visible time cells interval. |
See Also