C1.Silverlight.Schedule.5 Assembly > C1.Silverlight.Schedule Namespace > C1CalendarItem Class : GenerateAdjacentPreviousMonthDays Property |
'Declaration Public Property GenerateAdjacentPreviousMonthDays As System.Boolean
public System.bool GenerateAdjacentPreviousMonthDays {get; set;}
If GenerateAdjacentPreviousMonthDays is set to true, the DaySlot objects generated in the DaySlots collection for previous month days will not be empty (Empty is false and Date contains a date from the previous month).
If GenerateAdjacentPreviousMonthDays is set to false, the DaySlot objects generated in the DaySlots collection for previous month days will be empty (Empty is false).