SchedulerAppointmentTooltipInfo(DxSchedulerAppointmentItem, DxSchedulerAppointmentLabelItem, DxSchedulerAppointmentStatusItem, DxSchedulerResourceItem) Constructor
Initializes a new instance of the SchedulerAppointmentTooltipInfo class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public SchedulerAppointmentTooltipInfo(
DxSchedulerAppointmentItem appointment,
DxSchedulerAppointmentLabelItem label,
DxSchedulerAppointmentStatusItem status,
DxSchedulerResourceItem resource
)
Parameters
| Name | Type | Description |
|---|---|---|
| appointment | DxSchedulerAppointmentItem | The appointment for which the tooltip is shown. |
| label | DxSchedulerAppointmentLabelItem | The appointment’s label. |
| status | DxSchedulerAppointmentStatusItem | The appointment’s status. |
| resource | DxSchedulerResourceItem | The appointment’s resource. |
See Also