Gets the contacts whose schedule to display when GroupType is set to GroupByContacts.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public ResourceCollection<Contact> Contacts { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Contacts As ResourceCollection(Of Contact) |
An instance of the ResourceCollection class specifying which contacts are displayed in list and timetable views.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |