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.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public bool GenerateAdjacentMonthDays { get; set; }
Visual Basic (Declaration)
Public Property GenerateAdjacentMonthDays As Boolean
	Get
	Set

Remarks

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

This is a dependency property.

See Also