ASP.NET Pack Programmer's Guide
Calendar.Contacts Property
See Also
 





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

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 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. Default value is an empty collection.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace