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