windowsforms-8590-controls-and-libraries-scheduler-visual-elements-auxiliary-controls.md
The XtraScheduler suite provides numerous auxiliary controls located in the DX.25.2: Scheduling Visual Studio Toolbox tab. By using these controls, you can change an appointment’s label, time status, bound resource, recurrence pattern, etc.
Additional controls included in the suite are:
| Name | Description |
|---|---|
| AppointmentLabelEdit | Represents an image combo box control used to select appointment labels. |
| AppointmentResourceEdit | Represents an image combo box control used to select a resource for an appointment. |
| AppointmentResourcesEdit | Represents an image combo box control used to select multiple resources for an appointment. |
| AppointmentStatusEdit | Represents an image combo box control used to select an appointment status. |
| DailyRecurrenceControl | Represents a control used to set recurrence options for daily recurring appointments. |
| DurationEdit | Represents a combo box used to specify time intervals (durations). |
| MonthEdit | Represents a combo box used to select a month. |
| MonthlyRecurrenceControl | Represents a control used to set the recurrence options for monthly recurring appointments. |
| ResourcesCheckedListBoxControl | Represents a checked list box control used to filter resources within a SchedulerControl. |
| ResourcesComboBoxControl | Represents a combo box control used to filter resources within a SchedulerControl. |
| ResourcesPopupCheckedListBoxControl | Represents a pop-up checked list box control used to filter resources within a SchedulerControl. |
| TimeZoneEdit | Represents a combo box used to specify a time zone. |
| WeekDaysCheckEdit | Represents a control that allows for the selection of days of the week by checking the corresponding boxes. |
| WeekDaysEdit | Represents a combo box used to select days of the week. |
| WeeklyRecurrenceControl | Represents a control used to set the recurrence options for weekly recurring appointments. |
| WeekOfMonthEdit | Represents a combo box used to select a week of the month. |
| YearlyRecurrenceControl | Represents a control used to set the recurrence options for yearly recurring appointments. |
See Also