Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinCalendar Class / ShowPreviewDays Property


ShowPreviewDays Property
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.
Syntax
'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

Property Value

true if the days from the previous and next months should be displayed; false otherwise. by default, true.
Remarks

If EnableMultipleMonths is set to true, preview days will only be displayed in the first and last months.

Requirements

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

See Also