Gets the locations whose schedule to display in the timetable when GroupType is set to GroupByLocations.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public ResourceCollection<Location> Locations { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Locations As ResourceCollection(Of Location) |
An instance of the ResourceCollection class specifying which locations are displayed as columns in a grouped view.
See Also