PocketPlanner 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.Compact
Assembly: PocketPlanner

 Syntax

C#

public TaskCollection Tasks { get; }

Visual Basic

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