PocketPlanner Programmer's Guide

Calendar.Resources Property

See Also

Gets the resources whose schedule to display in the control when GroupType is set to GroupByResources.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ResourceCollection Resources { get; }

Visual Basic

Public ReadOnly Property Resources As ResourceCollection

 Property Value

An instance of the ResourceCollection class specifying which resources are displayed as columns in timetable, week range and resource views.

 See Also