Skip to main content
A newer version of this page is available.

SchedulerAppointmentFormEventArgs.Appointment Property

Specifies the appointment for which the edit form is shown.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerAppointmentItem Appointment { get; }

Property Value

Type Description
DxSchedulerAppointmentItem

The target appointment.

Remarks

Refer to the AppointmentFormShowing event description for more information.

See Also