Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1CalendarItem Class / GenerateAdjacentPreviousMonthDays Property

In This Topic
    GenerateAdjacentPreviousMonthDays Property (C1CalendarItem)
    In This Topic
    Gets or sets a value that determines whether the day slots corresponding to days of a month previous 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 GenerateAdjacentPreviousMonthDays As Boolean
    public bool GenerateAdjacentPreviousMonthDays {get; set;}
    Remarks

    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).

    See Also