Back to Devexpress

AppointmentModificationControllerBase.EditedPattern Property

corelibraries-devexpress-dot-xtrascheduler-dot-native-dot-appointmentmodificationcontrollerbase-48d975e2.md

latest2.1 KB
Original Source

AppointmentModificationControllerBase.EditedPattern Property

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

Namespace : DevExpress.XtraScheduler.Native

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public virtual Appointment EditedPattern { get; }
vb
Public Overridable ReadOnly Property EditedPattern As Appointment

Property Value

TypeDescription
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

RecurrencePattern

AppointmentModificationControllerBase Class

AppointmentModificationControllerBase Members

DevExpress.XtraScheduler.Native Namespace