MindFusion WinForms Programmer's Guide
Calendar.Tasks Property
See Also
 





Gets the tasks whose schedule to display in the control when GroupType is set to GroupByTasks.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public TaskCollection Tasks { get; }

Visual Basic  Copy Code

Public ReadOnly Property Tasks As TaskCollection

 Property Value

An instance of the TaskCollection class specifying which tasks are displayed as columns in a grouped view.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace