MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.ItemLocations Property
See Also
 





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

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public ResourceCollection<Location> ItemLocations { get; set; }

Visual Basic  Copy Code

Public Property ItemLocations As ResourceCollection(Of Location)

 Property Value

An instance of the ResourceCollection(Location) generic class specifying which locations are displayed as columns in grouped views.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace