Skip to main content
All docs
V26.1
  • SchedulerAppointmentTooltipInfo.ResourcesDisplayText Property

    Gets the display text of all the resources assigned to the appointment.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public string ResourcesDisplayText { get; }

    Property Value

    Type Description
    String

    The display text.

    Remarks

    Refer to the SchedulerAppointmentTooltipInfo class description for additional information and an example.

    See Also