Xceed Grid for WinForms v4.3 Documentation
ShowPreviewDays Property


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinCalendar Class : 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
[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.
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

Reference

WinCalendar Class
WinCalendar Members