Search
Calendar.Contacts Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ResourceCollection<Contact> Contacts { get; }

Visual Basic  Copy Code

Public ReadOnly Property Contacts As ResourceCollection(Of Contact)

 Property Value

An instance of the ResourceCollection class specifying which contacts are displayed in list and timetable views.

 See Also