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