View on GitHub

dotnet-eud

.NET Controls End-User Documentation

Edit Appointments

You can modify existing appointments in the following ways:

[!NOTE] Access to some operations may be restricted.

Context Menu

After an appointment has been right-clicked, the appointment context menu is invoked. The Show Time As and Label As items are used to alter an appointment. They allow for the changing of basic visual characteristics of an appointment - status and label.

Change the appointment status Change the appointment label
SchedulerMenuItemId.StatusSubMenu SchedulerMenuItemId.LabelSubMenu

Edit Appointment and Appointment Recurrence Dialogs

In-place Editing

A single mouse click within an appointment, or pressing F2, invokes the in-place editor, which you can use to edit the selected appointment’s Subject. It is illustrated in the following picture.

In-Place Editor

By default, you can close the editor by pressing Enter (to save modifications) or Escape (to cancel modifications).

Bar or Ribbon Interface

If a scheduler is provided with the Bar or Ribbon interface, you can modify appointment properties (status, label, recurrence and reminder) using the Options toolbar or Ribbon page group, which is active when an appointment is selected.

Modify an appointment via the Bar interface Modify an appointment via the Ribbon interface
Scheduler_OptionsToolbar Scheduler_Ribbon_Options

Keyboard Shortcuts and Mouse Operations

| Action | Description | |—|—| | Click an appointment | Selects an appointment. | | Right-click an appointment | Selects an appointment and invokes the context menu for the selected appointment. | | Click appointments while holding the CTRL key pressed | Enables you to select multiple appointments. | | ENTER or CTRL+O | Invokes the Edit Appointment dialog for the selected appointment. | | Double-click an appointment | Invokes the Edit Appointment dialog. | | F2 | Invokes the in-place editor to modify the selected appointment. | | Drag appointment edges | Resizes the rectangle representing an appointment. Results in changing its start/end times. | | Click and drag an appointment with the left mouse button | Moves the appointment across time cells, changing its Start time and End time properties. | | Click and drag an appointment with the right mouse button | Invokes the context menu allowing you to select between moving the appointment, copying it or canceling the operation. | | Press and hold the CTRL key, click and drag an appointment(s) with the left mouse button | Creates a copy of the selected appointment(s) when the mouse button is released. |