Skip to main content

AppointmentFormControllerBase.EditedPattern Property

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

Namespace: DevExpress.XtraScheduler.UI

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the EditedPattern property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also