PocketPlanner Programmer's Guide

Calendar.Contacts Property

See Also

Gets the contacts whose schedule to display when GroupType is set to GroupByContacts.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ContactCollection Contacts { get; }

Visual Basic

Public ReadOnly Property Contacts As ContactCollection

 Property Value

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

 See Also