ISchedulerAppointmentActions.ShowAppointmentTooltipAsync(DxSchedulerAppointmentItem) Method
Shows the appointment’s tooltip.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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. |
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