Back to Devexpress

SchedulerControl.EditAppointment(AppointmentItem, AppointmentItem, Boolean) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-dot-editappointment-x28-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-system-dot-boolean-x29.md

latest2.7 KB
Original Source

SchedulerControl.EditAppointment(AppointmentItem, AppointmentItem, Boolean) Method

Edits the specified appointment.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool EditAppointment(
    AppointmentItem sourceApt,
    AppointmentItem editApt,
    bool showConflictsMessageBox = true
)
vb
Public Function EditAppointment(
    sourceApt As AppointmentItem,
    editApt As AppointmentItem,
    showConflictsMessageBox As Boolean = True
) As Boolean

Parameters

NameTypeDescription
sourceAptAppointmentItem

The appointment to be edited.

| | editApt | AppointmentItem |

The edited appointment to replace the sourceApt.

|

Optional Parameters

NameTypeDefaultDescription
showConflictsMessageBoxBooleanTrue

true, to display the message box that warns about conflicting appointments; otherwise, false.

|

Returns

TypeDescription
Boolean

true, if the appointment has been edited; otherwise, false.

|

Remarks

The method does not apply changes to the sourceApt and returns false in either of the following cases:

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace