Search
Calendar.Contacts Property
See Also
 





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

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ContactCollection Contacts { get; }

Visual Basic  Copy Code

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