Gets or sets a boolean value indicating if the days from the previous and next months should be displayed to "complete" the first and last weeks in the current month.
'Declaration
<DescriptionAttribute("Indicates if the days from the previous and next months should be displayed.")>
<CategoryAttribute("Appearance")>
Public Property ShowPreviewDays As Boolean
'Usage
Dim instance As WinCalendar
Dim value As Boolean
instance.ShowPreviewDays = value
value = instance.ShowPreviewDays
[Description("Indicates if the days from the previous and next months should be displayed.")]
[Category("Appearance")]
public bool ShowPreviewDays {get; set;}
Property Value
true if the days from the previous and next months should be displayed; false otherwise. by default, true.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2