Gets the resources whose schedule to display in the control when GroupType is set to GroupByResources.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public ResourceCollection Resources { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Resources As ResourceCollection |
An instance of the ResourceCollection class specifying which resources are displayed as columns in timetable, week range and resource views.
See Also