RadControls for WPF

Note

This section defines the terms and concepts used in the scope of RadScheduler which you have to get familiar with before you continue reading this help.

Add/Edit Appointment Dialog

 

The Edit Appointment Dialog is used when adding new or when editing an existing appointment. It allows the end-user to easily modify the contents of the appointment such as Subject, Start and Endtime etc. To learn more about appointments read here.

  • The Toolbar at the top of the dialog window holds buttons that provide additional functionality such as managing the recurrence pattern, categorizing the appointment, marking it with a flag.
  • The Category label displays the category to which the selected appointment belongs.
  • In the Editable area there are fields for the Subject, the Description, the Start and End time and a checkbox for all day events.
  • In the Footer of the dialog window two buttons are to be found - one for saving the changes and one for canceling them.

Appointment Recurrence Dialog

 

The Appointment Recurrence Dialog is used when defining a recurrence for a particular appointment. It allows the end-user to easily define and modify a recurrence pattern for the appointment, to specify its range and time. To learn more about recurrences read here.

  • The Appointment time group at the top allows the end-user to specify the time for the particular appointment and its duration.
  • The Recurrence pattern group in the middle allows the recurrence pattern and its settings to be specified.
  • The Range of recurrence group at the bottom allows the end-user to specify the interval for which the recurrence to be applied.

Close Appointment Dialog

 

The Close Appointment Dialog serves as confirmation before closing a particular appointment.

  • The Content is represented by an Icon and a Confirmation message.
  • The Footer contains the Confirmation buttons.

Delete Appointment Dialog

 

The Delete Appointment Dialog serves as confirmation before deleting a particular appointment.

  • The Content is represented by an Icon and a Confirmation message.
  • The Footer contains the Confirmation buttons.

Delete Recurring Item Dialog

 

The Delete Recurring Item Dialog appears when the end-user tries to delete an appointment that is part of a recurrence. It provides him with two options - to delete the particular appointment or to delete the whole recurrence series.

  • The content consists of an Icon and the two options represented by radio buttons.
  • The Footer contains the interaction buttons ('OK' and 'Cancel').

Open Recurring Item Dialog

 

The Open Recurring Item Dialog appears when the end-user tries to edit an appointment that is part of a recurrence. It provides him with two options - to edit the particular appointment or to edit the whole recurrence series.

  • The content consists of an Icon and the two options represented by radio buttons.
  • The Footer contains the interaction buttons ('OK' and 'Cancel').

See Also