Search
Calendar.Locations Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 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 specifying which locations are displayed as columns in a grouped view.

 See Also