Gets the tasks whose schedule to display in the control when GroupType is set to GroupByTasks.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public ResourceCollection<Task> Tasks { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Tasks As ResourceCollection(Of Task) |
An instance of the ResourceCollection class specifying which tasks are displayed as columns in a grouped view.
See Also