Back to Devexpress

AppointmentResizeEventArgs.SourceAppointment Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentresizeeventargs-27003f3a.md

latest1.7 KB
Original Source

AppointmentResizeEventArgs.SourceAppointment Property

Gets the source appointment in the resize event.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public Appointment SourceAppointment { get; }
vb
Public ReadOnly Property SourceAppointment As Appointment

Property Value

TypeDescription
Appointment

An Appointment object.

|

Remarks

When a resize action occurs, the appointment being resized ( SourceAppointment ) is copied into a new AppointmentResizeEventArgs.EditedAppointment object. The SourceAppointment remains intact, while the AppointmentResizeEventArgs.EditedAppointment is used for modifications.

See Also

AppointmentResizeEventArgs Class

AppointmentResizeEventArgs Members

DevExpress.XtraScheduler Namespace