Skip to main content
All docs
V25.1
  • ISchedulerAppointmentActions.ShowAppointmentTooltipAsync(DxSchedulerAppointmentItem, DxSchedulerResourceItem) Method

    Shows the appointment’s tooltip.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    Task ShowAppointmentTooltipAsync(
        DxSchedulerAppointmentItem appointment = null,
        DxSchedulerResourceItem resource = null
    )

    Optional Parameters

    Name Type Default Description
    appointment DxSchedulerAppointmentItem null

    The appointment for which to show the tooltip. null to pass the selected appointment.

    resource DxSchedulerResourceItem null

    The appointment resource to show in the tooltip. null to prevent resources from appearing in the tooltip.

    Returns

    Type Description
    Task

    The task that is completed when an appointment tooltip is shown.

    Remarks

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

    See Also