ComponentOne Scheduler for WPF and Silverlight
GenerateAdjacentMonthDays Property (C1Calendar)

C1.WPF.Schedule Namespace > C1Calendar Class : GenerateAdjacentMonthDays Property
Gets or sets a value that determines whether to show days corresponding to months which are adjacent for the months currently represented by the control. The default value is False. This is a dependency property.
Syntax
'Declaration
 
Public Property GenerateAdjacentMonthDays As System.Boolean
public System.bool GenerateAdjacentMonthDays {get; set;}
Remarks

If GenerateAdjacentMonthDays is set to true, the GenerateAdjacentPreviousMonthDays property for the C1CalendarItem showing a first of currently represented months and the GenerateAdjacentNextMonthDays property for the C1CalendarItem showing a last of currently represented months are set to true.

See Also

Reference

C1Calendar Class
C1Calendar Members