SchedulerAppointmentTooltipInfo.ResourcesDisplayText Property
Gets the display text of all the resources assigned to the appointment.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public string ResourcesDisplayText { get; }
Property Value
Type | Description |
---|---|
String | The display text. |
Remarks
Refer to the SchedulerAppointmentTooltipInfo class description for more information and an example.
See Also