Search
Calendar.Resources Property
See Also
 






Gets the resources whose schedule to display in the control when GroupType is set to GroupByResources.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public new ResourceCollection<Resource> Resources { get; }

Visual Basic  Copy Code

Public Shadows ReadOnly Property Resources As ResourceCollection(Of Resource)

 Property Value

An instance of the ResourceCollection class specifying which resources are displayed as columns in list and timetable views.

 See Also