Skip to main content
All docs
V23.2

ISchedulerAppointmentActions.ShowAppointmentTooltipAsync(DxSchedulerAppointmentItem) Method

Shows the appointment’s tooltip.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

Task ShowAppointmentTooltipAsync(
    DxSchedulerAppointmentItem appointment = null
)

Optional Parameters

Name Type Default Description
appointment DxSchedulerAppointmentItem null

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

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