MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.ItemTasks Property
See Also
 





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

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public ResourceCollection<Task> ItemTasks { get; set; }

Visual Basic  Copy Code

Public Property ItemTasks As ResourceCollection(Of Task)

 Property Value

An instance of the ResourceCollection(Resource) generic class specifying which tasks are displayed as columns in grouped views.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace