SchedulerAppointmentTooltipInfo.ResourcesDisplayText Property
In This Article
Gets the display text of all the resources assigned to the appointment.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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