Skip to main content

AppointmentModificationControllerBase.EditedPattern Property

Gets the appointment pattern currently being edited in the Recurrence form.

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public virtual Appointment EditedPattern { get; }

Property Value

Type Description
Appointment

An Appointment object that is the appointment pattern.

Remarks

Use the EditedPattern property to obtain the recurrence pattern currently being edited in the Recurrence form. Subsequently, call the AppointmentModificationControllerBase.ApplyRecurrence method so that the changes made to the EditedPattern will be applied to the AppointmentModificationControllerBase.EditedAppointmentCopy.

See Also