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. |
resource | DxSchedulerResourceItem | null | The appointment resource to show 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