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