Gets the resources whose schedule to display in the control when GroupType is set to GroupByResources.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public new ResourceCollection<Resource> Resources { get; } |
Visual Basic
Copy Code
|
|---|
Public Shadows ReadOnly Property Resources As ResourceCollection(Of Resource) |
An instance of the ResourceCollection class specifying which resources are displayed as columns in list and timetable views.
See Also