Skip to main content
All docs
V24.1

SchedulerAppointmentTooltipInfo.Resources Property

Specifies the appointment’s resources.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public IEnumerable<DxSchedulerResourceItem> Resources { get; }

Property Value

Type Description
IEnumerable<DxSchedulerResourceItem>

The appointment’s resources.

Remarks

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

See Also