Skip to main content
All docs
V23.2

ISchedulerAppointmentActions.ShowAppointmentEditFormAsync(Boolean, DxSchedulerAppointmentItem) Method

Shows the appointment’s edit form.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

Task ShowAppointmentEditFormAsync(
    bool compactEditForm,
    DxSchedulerAppointmentItem appointment = null
)

Parameters

Name Type Description
compactEditForm Boolean

Specifies whether to show the compact edit form.

Optional Parameters

Name Type Default Description
appointment DxSchedulerAppointmentItem null

The appointment for which to show the edit form. null to pass the selected appointment.

Returns

Type Description
Task

The task that is completed when the appointment edit form is shown.

Remarks

Refer to the DxScheduler.ShowAppointmentEditFormAsync description for more information and an example.

See Also