ASP.NET Pack 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.WebForms
Package: MindFusion.Scheduling.WebForms

 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. Default value is an empty collection.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace