Gets the locations whose schedule to display in the timetable when GroupType is set to GroupByLocations.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# 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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |