PocketPlanner Programmer's Guide

Calendar.Locations Property

See Also

Gets the locations whose schedule to display in the timetable when GroupType is set to GroupByLocations.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public LocationCollection Locations { get; }

Visual Basic

Public ReadOnly Property Locations As LocationCollection

 Property Value

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

 See Also