ComponentOne Scheduler for WPF and Silverlight
GenerateAdjacentNextMonthDays Property (C1CalendarItem)

C1.WPF.Schedule Namespace > C1CalendarItem Class : GenerateAdjacentNextMonthDays Property
Gets or sets a value that determines whether the day slots corresponding to days of a month next to the currently represented one will show the days or will be empty. The default value is False. This is a dependency property.
Syntax
'Declaration
 
Public Property GenerateAdjacentNextMonthDays As System.Boolean
public System.bool GenerateAdjacentNextMonthDays {get; set;}
Remarks

If GenerateAdjacentNextMonthDays is set to true, the DaySlot objects generated in the DaySlots collection for next month days will not be empty (Empty is false and Date contains a date from the next month).

If GenerateAdjacentNextMonthDays is set to false, the DaySlot objects generated in the DaySlots collection for previous month days will be empty (Empty is false).

See Also

Reference

C1CalendarItem Class
C1CalendarItem Members