Skip to main content
All docs
V25.1
  • ISchedulerAppointmentActions.ClosePopupAsync() Method

    Closes an appointment tooltip or edit form (compact or detailed).

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    Task ClosePopupAsync()

    Returns

    Type Description
    Task

    The task that is completed when an appointment tooltip or edit form is closed.

    Remarks

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

    See Also