Search
Calendar.Tasks Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ResourceCollection<Task> Tasks { get; }

Visual Basic  Copy Code

Public ReadOnly Property Tasks As ResourceCollection(Of Task)

 Property Value

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

 See Also