Version

WorkWeeks Property

Returns a collection of objects that provides working times for the days of the week for specific ranges of dates.
Syntax
'Declaration
 
Public ReadOnly Property WorkWeeks As Infragistics.Collections.ObservableCollectionExtended(Of ProjectCalendarWorkWeek)
public Infragistics.Collections.ObservableCollectionExtended<ProjectCalendarWorkWeek> WorkWeeks {get;}
Remarks

Note: If you are using custom objects as data items to provide ProjectCalendar information and the underlying property that's mapped to WorkWeeks is a string property, you can use the ProjectCalendarWorkWeek.CollectionToXml method to get xml representation of a ObservableCollectionExtended<ProjectCalendarWorkWeek> that you can use to initialize the value of the mapped property in the data item. This is the format that the XamGantt expects the work weeks information in.

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