Version

InitialSelectedCalendarId Property

The resource and calendar id combination used at design time to indicate the calendar that should be selected at runtime.
Syntax
'Declaration
 
Public Property InitialSelectedCalendarId As String
public string InitialSelectedCalendarId {get; set;}
Remarks

A ResourceCalendar must be identified as a combination of the Resource.Id of its ResourceCalendar.OwningResource and its ResourceCalendar.Id such that the calendar id follows the resource id and is enclosed in [] (e.g. resourceId[calendarId]). If the [calendarId] is omitted then the Resource.PrimaryCalendar will be assumed.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also