Intersoft ClientUI Documentation
GenerateAdjacentMonthDays Property (UXCalendar)



Gets or sets a value indicating whether the adjacent month days is generated.
Syntax
<CategoryAttribute("Common Properties")>
Public Property GenerateAdjacentMonthDays As Boolean
Dim instance As UXCalendar
Dim value As Boolean
 
instance.GenerateAdjacentMonthDays = value
 
value = instance.GenerateAdjacentMonthDays
[CategoryAttribute("Common Properties")]
public bool GenerateAdjacentMonthDays {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool GenerateAdjacentMonthDays {
   bool get();
   void set (    bool value);
}
Remarks

Adjacent Days are dates from the previous or next months that due to the nature of display have slots in the current display view. You can determine whether these adjacent days should be visible or not through GenerateAdjacentMonthDays property.

If these adjacent days are visible you can navigate to the previous or next month by selecting the adjacent days with keyboard or mouse. To learn more about this navigation see Understanding UXCalendar Navigation section.

The following code shows to hide the Adjacent Days in UXCalendar.

XAML
Copy Code
<Intersoft:UXCalendar x:Name="UXCalendar1" DisplayDate="12/1/2010" CalendarViewCount="2" GenerateAdjacentMonthDays="False"/>

In multiple calendars, adjacent date will only appear in the first and last calendar.
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

UXCalendar Class
UXCalendar Members

Concepts

UXCalendar

Send Feedback