Skip to main content

SchedulerAppointmentFormInfo.SourceAppointment Property

Specifies the appointment for which the edit form is shown.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerAppointmentItem SourceAppointment { get; }

Property Value

Type Description
DxSchedulerAppointmentItem

The source appointment.

Remarks

Refer to the SchedulerAppointmentFormInfo class description for more information and an example.

See Also