Skip to main content
A newer version of this page is available. .

AppointmentFormControllerBase.EditedPattern Property

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public override 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 ApplyRecurrence method of the base class so that the changes made to the EditedPattern will be applied to the AppointmentFormControllerBase.EditedAppointmentCopy.

See Also