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





Gets the locations whose schedule to display in the timetable when GroupType is set to GroupByLocations.

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

 Syntax

C#  Copy Code

public ResourceCollection<Location> Locations { get; }

Visual Basic  Copy Code

Public ReadOnly Property Locations As ResourceCollection(Of Location)

 Property Value

An instance of the ResourceCollection class. Default value is an empty collection.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace