Back to Devexpress

AppointmentRecurrenceForm Class

windowsforms-devexpress-dot-xtrascheduler-dot-ui-d44642f8.md

latest4.0 KB
Original Source

AppointmentRecurrenceForm Class

Default recurrence editing form.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[ComVisible(false)]
public class AppointmentRecurrenceForm :
    XtraForm
vb
<ComVisible(False)>
Public Class AppointmentRecurrenceForm
    Inherits XtraForm

Remarks

Default recurrence editing form with sample data is shown below.

The default appointment recurrence editing form allows a user to modify the following recurrence pattern properties:

CaptionProperty
Appointment time / StartAppointment.Start
Appointment time / EndAppointment.End
Appointment time / DurationProvides alternative way of setting the Appointment.End value.
Recurrence pattern / DailySwitches to the RecurrenceType.Daily, shows the DailyRecurrenceControl
Recurrence pattern / WeeklySwitches to the RecurrenceType.Weekly, shows the WeeklyRecurrenceControl
Recurrence pattern / MonthlySwitches to the RecurrenceType.Monthly, shows the MonthlyRecurrenceControl
Recurrence pattern / YearlySwitches to the RecurrenceType.Yearly, shows the YearlyRecurrenceControl
Range of recurrence / StartRecurrenceInfo.Start
Range of recurrenceRecurrenceInfo.Range

Note

Appointment Recurrence forms utilize the LayoutControl to arrange controls. Due to possible LayoutControl-related issues in inherited Forms (see the Using a LayoutControl in Inherited Forms article), avoid redesigning Appointment Recurrence form descendants at design time.

Inheritance

Show 11 items

Object MarshalByRefObject Component Control ScrollableControl ContainerControl Form DevExpress.XtraEditors.DForm DevExpress.XtraEditors.MouseWheelContainerForm XtraForm AppointmentRecurrenceForm

See Also

AppointmentRecurrenceForm Members

How to: Customize an Appointment Recurrence Form

DevExpress.XtraScheduler.UI Namespace